| Index: chrome/browser/extensions/extension_notification_observer.h
|
| diff --git a/chrome/browser/extensions/extension_notification_observer.h b/chrome/browser/extensions/extension_notification_observer.h
|
| index caba786ee65f9de5cd7e73d6ea4b2166e5078c82..cfd8dd9c1c7c3bd282759ed53759fdd7bf9bb015 100644
|
| --- a/chrome/browser/extensions/extension_notification_observer.h
|
| +++ b/chrome/browser/extensions/extension_notification_observer.h
|
| @@ -53,7 +53,7 @@ class ExtensionNotificationObserver : public content::NotificationObserver {
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Checks then clears notifications for our extensions.
|
| testing::AssertionResult CheckNotifications(
|
|
|