Index: chrome/browser/background/background_contents_service_factory.h |
diff --git a/chrome/browser/background/background_contents_service_factory.h b/chrome/browser/background/background_contents_service_factory.h |
index 639470d582bef517433ca3a5ff0f2a225f8ae152..97cac485293665f0909cd123c72bd65529bb944f 100644 |
--- a/chrome/browser/background/background_contents_service_factory.h |
+++ b/chrome/browser/background/background_contents_service_factory.h |
@@ -30,13 +30,13 @@ class BackgroundContentsServiceFactory |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
virtual void RegisterProfilePrefs( |
- user_prefs::PrefRegistrySyncable* registry) OVERRIDE; |
+ user_prefs::PrefRegistrySyncable* registry) override; |
virtual content::BrowserContext* GetBrowserContextToUse( |
- content::BrowserContext* context) const OVERRIDE; |
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
+ content::BrowserContext* context) const override; |
+ virtual bool ServiceIsCreatedWithBrowserContext() const override; |
+ virtual bool ServiceIsNULLWhileTesting() const override; |
}; |
#endif // CHROME_BROWSER_BACKGROUND_BACKGROUND_CONTENTS_SERVICE_FACTORY_H_ |