| Index: chrome/browser/extensions/extension_commands_global_registry.h
|
| diff --git a/chrome/browser/extensions/extension_commands_global_registry.h b/chrome/browser/extensions/extension_commands_global_registry.h
|
| index c27f75c7007a967a93fe228a67b4867895e81755..ccf0061a5dd4e0ecacd9e792c7655d82eb4ab47f 100644
|
| --- a/chrome/browser/extensions/extension_commands_global_registry.h
|
| +++ b/chrome/browser/extensions/extension_commands_global_registry.h
|
| @@ -72,14 +72,14 @@ class ExtensionCommandsGlobalRegistry
|
| // Overridden from ExtensionKeybindingRegistry:
|
| virtual void AddExtensionKeybinding(
|
| const Extension* extension,
|
| - const std::string& command_name) OVERRIDE;
|
| + const std::string& command_name) override;
|
| virtual void RemoveExtensionKeybindingImpl(
|
| const ui::Accelerator& accelerator,
|
| - const std::string& command_name) OVERRIDE;
|
| + const std::string& command_name) override;
|
|
|
| // Called by the GlobalShortcutListener object when a shortcut this class has
|
| // registered for has been pressed.
|
| - virtual void OnKeyPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
| + virtual void OnKeyPressed(const ui::Accelerator& accelerator) override;
|
|
|
| // Weak pointer to our browser context. Not owned by us.
|
| content::BrowserContext* browser_context_;
|
|
|