summaryrefslogtreecommitdiffstats
path: root/src/core/platform_notification_service_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/platform_notification_service_qt.h')
-rw-r--r--src/core/platform_notification_service_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/platform_notification_service_qt.h b/src/core/platform_notification_service_qt.h
index 66cee9ed0..65477dde2 100644
--- a/src/core/platform_notification_service_qt.h
+++ b/src/core/platform_notification_service_qt.h
@@ -77,7 +77,7 @@ public:
// Retrieves the ids of all currently displaying notifications and
// posts |callback| with the result.
- void GetDisplayedNotifications(content::BrowserContext* browser_context, const DisplayedNotificationsCallback& callback) override;
+ void GetDisplayedNotifications(content::BrowserContext* browser_context, DisplayedNotificationsCallback callback) override;
// Reads the value of the next persistent notification ID from the profile and
// increments the value, as it is called once per notification write.