diff options
Diffstat (limited to 'chrome/browser/extensions/chrome_notification_observer.h')
-rw-r--r-- | chrome/browser/extensions/chrome_notification_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/chrome_notification_observer.h b/chrome/browser/extensions/chrome_notification_observer.h index 8045b15..fd57766 100644 --- a/chrome/browser/extensions/chrome_notification_observer.h +++ b/chrome/browser/extensions/chrome_notification_observer.h @@ -31,7 +31,7 @@ class ChromeNotificationObserver : public content::NotificationObserver { // content::NotificationObserver overrides: virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details) OVERRIDE; + const content::NotificationDetails& details) override; private: content::NotificationRegistrar registrar_; |