| Index: chrome/browser/extensions/menu_manager_factory.h
|
| diff --git a/chrome/browser/extensions/menu_manager_factory.h b/chrome/browser/extensions/menu_manager_factory.h
|
| index 7dee9b7d0c060b51c8c653c093765d8cdf750d78..496d21eb7a1d2123e44eeec38ee32d6f7f23e041 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
|
|
|