| Index: chrome/browser/notifications/stub_notification_display_service.h
|
| diff --git a/chrome/browser/notifications/stub_notification_display_service.h b/chrome/browser/notifications/stub_notification_display_service.h
|
| index e87800c34a4b3175419b85803055c7dbce18cfc4..554466883dce3c18d9d21c8318ceb6f588f8902a 100644
|
| --- a/chrome/browser/notifications/stub_notification_display_service.h
|
| +++ b/chrome/browser/notifications/stub_notification_display_service.h
|
| @@ -42,8 +42,7 @@ class StubNotificationDisplayService : public NotificationDisplayService {
|
| const Notification& notification) override;
|
| void Close(NotificationCommon::Type notification_type,
|
| const std::string& notification_id) override;
|
| - void GetDisplayed(
|
| - const DisplayedNotificationsCallback& callback) const override;
|
| + void GetDisplayed(const DisplayedNotificationsCallback& callback) override;
|
|
|
| private:
|
| // Data to store for a notification that's being shown through this service.
|
|
|