Index: chrome/browser/extensions/extension_garbage_collector_factory.h |
diff --git a/chrome/browser/extensions/extension_garbage_collector_factory.h b/chrome/browser/extensions/extension_garbage_collector_factory.h |
index 19f0bf6dd18e9f79beb17c2c1786ada30e880096..2f4f5d1499690781fd7e7446d6e3d5d41444811c 100644 |
--- a/chrome/browser/extensions/extension_garbage_collector_factory.h |
+++ b/chrome/browser/extensions/extension_garbage_collector_factory.h |
@@ -30,14 +30,14 @@ class ExtensionGarbageCollectorFactory |
friend struct DefaultSingletonTraits<ExtensionGarbageCollectorFactory>; |
ExtensionGarbageCollectorFactory(); |
- virtual ~ExtensionGarbageCollectorFactory(); |
+ ~ExtensionGarbageCollectorFactory() override; |
// BrowserContextKeyedServiceFactory overrides: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
- virtual bool ServiceIsCreatedWithBrowserContext() const override; |
- virtual bool ServiceIsNULLWhileTesting() const override; |
+ bool ServiceIsCreatedWithBrowserContext() const override; |
+ bool ServiceIsNULLWhileTesting() const override; |
DISALLOW_COPY_AND_ASSIGN(ExtensionGarbageCollectorFactory); |
}; |