diff options
Diffstat (limited to 'chrome/browser/extensions/extension_sync_service_factory.h')
-rw-r--r-- | chrome/browser/extensions/extension_sync_service_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_sync_service_factory.h b/chrome/browser/extensions/extension_sync_service_factory.h index 853c81e..bddfdc8 100644 --- a/chrome/browser/extensions/extension_sync_service_factory.h +++ b/chrome/browser/extensions/extension_sync_service_factory.h @@ -25,9 +25,9 @@ class ExtensionSyncServiceFactory : public BrowserContextKeyedServiceFactory { virtual ~ExtensionSyncServiceFactory(); virtual KeyedService* BuildServiceInstanceFor( - content::BrowserContext* profile) const OVERRIDE; + content::BrowserContext* profile) const override; virtual content::BrowserContext* GetBrowserContextToUse( - content::BrowserContext* context) const OVERRIDE; + content::BrowserContext* context) const override; }; #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_SERVICE_FACTORY_H_ |