diff options
Diffstat (limited to 'chrome/browser/extensions/extension_test_notification_observer.h')
-rw-r--r-- | chrome/browser/extensions/extension_test_notification_observer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_test_notification_observer.h b/chrome/browser/extensions/extension_test_notification_observer.h index 267d5f4..bdb4ea6 100644 --- a/chrome/browser/extensions/extension_test_notification_observer.h +++ b/chrome/browser/extensions/extension_test_notification_observer.h @@ -80,7 +80,7 @@ class ExtensionTestNotificationObserver // content::NotificationObserver virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details) OVERRIDE; + const content::NotificationDetails& details) override; private: class NotificationSet; @@ -100,7 +100,7 @@ class ExtensionTestNotificationObserver void MaybeQuit(); // extensions::ExtensionActionAPI::Observer: - virtual void OnPageActionsUpdated(content::WebContents* contents) OVERRIDE; + virtual void OnPageActionsUpdated(content::WebContents* contents) override; Browser* browser_; Profile* profile_; |