| Index: chrome/browser/notifications/stub_notification_platform_bridge.h
 | 
| diff --git a/chrome/browser/notifications/stub_notification_platform_bridge.h b/chrome/browser/notifications/stub_notification_platform_bridge.h
 | 
| index 1e4fd11a857bcb581e3a2dbb47f3b43176739872..82dc69103c04e46e86cf9bbe8f800bd08630aaf3 100644
 | 
| --- a/chrome/browser/notifications/stub_notification_platform_bridge.h
 | 
| +++ b/chrome/browser/notifications/stub_notification_platform_bridge.h
 | 
| @@ -36,7 +36,7 @@ class StubNotificationPlatformBridge : public NotificationPlatformBridge {
 | 
|    void GetDisplayed(
 | 
|        const std::string& profile_id,
 | 
|        bool incognito,
 | 
| -      const DisplayedNotificationsCallback& callback) const override;
 | 
| +      const GetDisplayedNotificationsCallback& callback) const override;
 | 
|  
 | 
|   private:
 | 
|    // Map of profile Ids to list of notifications shown for said profile.
 | 
| 
 |