| Index: chrome/browser/notifications/extension_welcome_notification.h
|
| diff --git a/chrome/browser/notifications/extension_welcome_notification.h b/chrome/browser/notifications/extension_welcome_notification.h
|
| index b45b0ffaa3b0132e23b7f5c107122b2c943f8a03..fd26c078487c287f0992246bbf826feb0cd4b7fa 100644
|
| --- a/chrome/browser/notifications/extension_welcome_notification.h
|
| +++ b/chrome/browser/notifications/extension_welcome_notification.h
|
| @@ -76,7 +76,7 @@ class ExtensionWelcomeNotification : public KeyedService,
|
| Delegate* const delegate);
|
|
|
| // PrefServiceSyncableObserver
|
| - virtual void OnIsSyncingChanged() OVERRIDE;
|
| + virtual void OnIsSyncingChanged() override;
|
|
|
| // Adds in the welcome notification if required for components built
|
| // into Chrome that show notifications like Chrome Now.
|
|
|