summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_garbage_collector_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_garbage_collector_factory.h')
-rw-r--r--chrome/browser/extensions/extension_garbage_collector_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_garbage_collector_factory.h b/chrome/browser/extensions/extension_garbage_collector_factory.h
index f1ce77d..19f0bf6 100644
--- a/chrome/browser/extensions/extension_garbage_collector_factory.h
+++ b/chrome/browser/extensions/extension_garbage_collector_factory.h
@@ -34,10 +34,10 @@ class ExtensionGarbageCollectorFactory
// BrowserContextKeyedServiceFactory overrides:
virtual KeyedService* BuildServiceInstanceFor(
- content::BrowserContext* context) const OVERRIDE;
+ content::BrowserContext* context) const override;
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
- virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
+ virtual bool ServiceIsCreatedWithBrowserContext() const override;
+ virtual bool ServiceIsNULLWhileTesting() const override;
DISALLOW_COPY_AND_ASSIGN(ExtensionGarbageCollectorFactory);
};