summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/menu_manager_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/menu_manager_factory.h')
-rw-r--r--chrome/browser/extensions/menu_manager_factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/extensions/menu_manager_factory.h b/chrome/browser/extensions/menu_manager_factory.h
index 7dee9b7..496d21e 100644
--- a/chrome/browser/extensions/menu_manager_factory.h
+++ b/chrome/browser/extensions/menu_manager_factory.h
@@ -32,11 +32,11 @@ class MenuManagerFactory : public BrowserContextKeyedServiceFactory {
virtual ~MenuManagerFactory();
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;
};
} // namespace extensions