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); |