Chromium Code Reviews

Unified Diff: extensions/browser/extension_registry_factory.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « extensions/browser/extension_registry.h ('k') | extensions/browser/extension_registry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_registry_factory.h
diff --git a/extensions/browser/extension_registry_factory.h b/extensions/browser/extension_registry_factory.h
index 591a894fb483e858007086e704edebf07423a201..1bf8724b373b9189b8fc59960d3e2ffc9bfafdcf 100644
--- a/extensions/browser/extension_registry_factory.h
+++ b/extensions/browser/extension_registry_factory.h
@@ -30,9 +30,9 @@ class ExtensionRegistryFactory : public BrowserContextKeyedServiceFactory {
// BrowserContextKeyedServiceFactory implementation:
virtual KeyedService* BuildServiceInstanceFor(
- content::BrowserContext* context) const OVERRIDE;
+ content::BrowserContext* context) const override;
virtual content::BrowserContext* GetBrowserContextToUse(
- content::BrowserContext* context) const OVERRIDE;
+ content::BrowserContext* context) const override;
DISALLOW_COPY_AND_ASSIGN(ExtensionRegistryFactory);
};
« no previous file with comments | « extensions/browser/extension_registry.h ('k') | extensions/browser/extension_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine