Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2311)

Unified Diff: extensions/browser/extension_system.h

Issue 664933004: Standardize usage of virtual/override/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/extension_registry_unittest.cc ('k') | extensions/browser/extension_system_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index a4d0ed5fba434ec9e4094572a1876223551cbe45..f57b9d6bf6d2371bfd9fa308ae714eb8b7927666 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -55,7 +55,7 @@ class WarningService;
class ExtensionSystem : public KeyedService {
public:
ExtensionSystem();
- virtual ~ExtensionSystem();
+ ~ExtensionSystem() override;
// Returns the instance for the given browser context, or NULL if none.
static ExtensionSystem* Get(content::BrowserContext* context);
« no previous file with comments | « extensions/browser/extension_registry_unittest.cc ('k') | extensions/browser/extension_system_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698