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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h b/chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h
index 248504229e88d0212b279ae688eb8b2bf64f750d..fe1e9d8e5cee443eac850c7b28dfd3ae51505044 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h
@@ -56,10 +56,10 @@ class ExtensionKeybindingRegistryCocoa
// Overridden from ExtensionKeybindingRegistry:
virtual void AddExtensionKeybinding(
const extensions::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;
private:
// Keeps track of whether shortcut handling is currently suspended. Shortcuts

Powered by Google App Engine
This is Rietveld 408576698