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

Unified Diff: chrome/browser/extensions/extension_commands_global_registry.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/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
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_;
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/browser/extensions/extension_context_menu_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698