| Index: chrome/browser/extensions/extension_storage_monitor_factory.h
|
| diff --git a/chrome/browser/extensions/extension_storage_monitor_factory.h b/chrome/browser/extensions/extension_storage_monitor_factory.h
|
| index 508867b3a0d9a1a3220590fa577a3918f848f075..7c3a649dbc32b1e3860fe4eb4ad56a9e6edd414b 100644
|
| --- a/chrome/browser/extensions/extension_storage_monitor_factory.h
|
| +++ b/chrome/browser/extensions/extension_storage_monitor_factory.h
|
| @@ -28,11 +28,11 @@ class ExtensionStorageMonitorFactory
|
|
|
| // BrowserContextKeyedServiceFactory implementation:
|
| 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
|
|
|