Index: chrome/browser/apps/ephemeral_app_service_factory.h |
diff --git a/chrome/browser/apps/ephemeral_app_service_factory.h b/chrome/browser/apps/ephemeral_app_service_factory.h |
index 54c0bddf399ceb6b1f36978feb9b483fa4574e79..b6b70c1adc645508ad893fce639f68d1f5e7b774 100644 |
--- a/chrome/browser/apps/ephemeral_app_service_factory.h |
+++ b/chrome/browser/apps/ephemeral_app_service_factory.h |
@@ -25,11 +25,11 @@ class EphemeralAppServiceFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory implementation: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const 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_APPS_EPHEMERAL_APP_SERVICE_FACTORY_H_ |