summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/plugin_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/plugin_manager.h')
-rw-r--r--chrome/browser/extensions/plugin_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/plugin_manager.h b/chrome/browser/extensions/plugin_manager.h
index c61dd95..0d010dd 100644
--- a/chrome/browser/extensions/plugin_manager.h
+++ b/chrome/browser/extensions/plugin_manager.h
@@ -56,11 +56,11 @@ class PluginManager : public BrowserContextKeyedAPI,
// ExtensionRegistryObserver implementation.
virtual void OnExtensionLoaded(content::BrowserContext* browser_context,
- const Extension* extension) OVERRIDE;
+ const Extension* extension) override;
virtual void OnExtensionUnloaded(
content::BrowserContext* browser_context,
const Extension* extension,
- UnloadedExtensionInfo::Reason reason) OVERRIDE;
+ UnloadedExtensionInfo::Reason reason) override;
// BrowserContextKeyedAPI implementation.
static const char* service_name() { return "PluginManager"; }