| Index: chrome/browser/notifications/extension_welcome_notification_factory.h
|
| diff --git a/chrome/browser/notifications/extension_welcome_notification_factory.h b/chrome/browser/notifications/extension_welcome_notification_factory.h
|
| index 975ab1436abe0ca0ef6abf278a8e418b9db00e6e..194e8dc777ea11b22450d88f22efaadbb5ea5f98 100644
|
| --- a/chrome/browser/notifications/extension_welcome_notification_factory.h
|
| +++ b/chrome/browser/notifications/extension_welcome_notification_factory.h
|
| @@ -29,9 +29,9 @@ class ExtensionWelcomeNotificationFactory
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_NOTIFICATIONS_EXTENSION_WELCOME_NOTIFICATION_FACTORY_H_
|
|
|