Index: chrome/browser/extensions/extension_test_notification_observer.h |
diff --git a/chrome/browser/extensions/extension_test_notification_observer.h b/chrome/browser/extensions/extension_test_notification_observer.h |
index 267d5f44e9ff84a99b5783bf4fd8433fc4cfd884..bdb4ea65c7dae4f0ae3205ada313ded544c9b80c 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_; |