| Index: chrome/browser/extensions/extension_toolbar_model_factory.h
|
| diff --git a/chrome/browser/extensions/extension_toolbar_model_factory.h b/chrome/browser/extensions/extension_toolbar_model_factory.h
|
| index 177eb16b13d851c48ea611f074f9a2f21fcdce2d..16fd72ebdd2d1c7757e2dbed026c018d0e1aebb6 100644
|
| --- a/chrome/browser/extensions/extension_toolbar_model_factory.h
|
| +++ b/chrome/browser/extensions/extension_toolbar_model_factory.h
|
| @@ -28,11 +28,11 @@ class ExtensionToolbarModelFactory : public BrowserContextKeyedServiceFactory {
|
| virtual ~ExtensionToolbarModelFactory();
|
|
|
| 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
|
|
|