| 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 194e8dc777ea11b22450d88f22efaadbb5ea5f98..e51a9acd4ca645d638505aa0da891d2edf0db500 100644
|
| --- a/chrome/browser/notifications/extension_welcome_notification_factory.h
|
| +++ b/chrome/browser/notifications/extension_welcome_notification_factory.h
|
| @@ -25,12 +25,12 @@ class ExtensionWelcomeNotificationFactory
|
| friend struct DefaultSingletonTraits<ExtensionWelcomeNotificationFactory>;
|
|
|
| ExtensionWelcomeNotificationFactory();
|
| - virtual ~ExtensionWelcomeNotificationFactory();
|
| + ~ExtensionWelcomeNotificationFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const override;
|
| };
|
|
|
|
|