| Index: chrome/browser/extensions/chrome_notification_observer.h
|
| diff --git a/chrome/browser/extensions/chrome_notification_observer.h b/chrome/browser/extensions/chrome_notification_observer.h
|
| index 8045b156b9518ed79ca8f36ad1a441c6fb103a8e..fd57766eed588360306362caca8619d54e40d974 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_;
|
|
|