diff options
Diffstat (limited to 'chrome/browser/background/background_contents_service.h')
-rw-r--r-- | chrome/browser/background/background_contents_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h index 6d526cc..32e677a 100644 --- a/chrome/browser/background/background_contents_service.h +++ b/chrome/browser/background/background_contents_service.h @@ -105,7 +105,7 @@ class BackgroundContentsService : private NotificationObserver, void StartObserving(Profile* profile); // NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |