Index: chrome/browser/extensions/api/idle/idle_manager_factory.h |
diff --git a/chrome/browser/extensions/api/idle/idle_manager_factory.h b/chrome/browser/extensions/api/idle/idle_manager_factory.h |
index 1a9f9b74a7771fd5d704b886b15996195d50f326..ac4d005f30463eb695ee0be922011cde4436713b 100644 |
--- a/chrome/browser/extensions/api/idle/idle_manager_factory.h |
+++ b/chrome/browser/extensions/api/idle/idle_manager_factory.h |
@@ -27,11 +27,11 @@ class IdleManagerFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedBaseFactory implementation. |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
+ content::BrowserContext* profile) 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; |
}; |
} // namespace extensions |