Index: apps/app_lifetime_monitor_factory.h |
diff --git a/apps/app_lifetime_monitor_factory.h b/apps/app_lifetime_monitor_factory.h |
index 9732b74413c4d55db31655194760e15d913bd448..466c8eda59397f1a489d45283c90159ee5a755ca 100644 |
--- a/apps/app_lifetime_monitor_factory.h |
+++ b/apps/app_lifetime_monitor_factory.h |
@@ -31,10 +31,10 @@ class AppLifetimeMonitorFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
+ virtual bool ServiceIsCreatedWithBrowserContext() const override; |
virtual content::BrowserContext* GetBrowserContextToUse( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
}; |
} // namespace apps |