diff options
Diffstat (limited to 'extensions/browser/extension_registry.h')
-rw-r--r-- | extensions/browser/extension_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h index d11111c..ce58c2f 100644 --- a/extensions/browser/extension_registry.h +++ b/extensions/browser/extension_registry.h @@ -142,7 +142,7 @@ class ExtensionRegistry : public KeyedService { const ExtensionSet::ModificationCallback& callback); // KeyedService implementation: - virtual void Shutdown() OVERRIDE; + virtual void Shutdown() override; private: // Extensions that are installed, enabled and not terminated. |