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

Unified Diff: chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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
« no previous file with comments | « chrome/browser/ui/views/profiles/user_manager_view.h ('k') | chrome/browser/ui/views/sad_tab_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h
diff --git a/chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h b/chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h
index 2056833a236d51b17a68a1aa228b946f18c1ac6f..3c8a906eeb7eec14a68b44b7b6e13670d72a53d5 100644
--- a/chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h
+++ b/chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_views.h
@@ -29,7 +29,7 @@ class RenderViewContextMenuViews : public RenderViewContextMenu {
const gfx::Point& point,
ui::MenuSourceType type);
- virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
+ virtual void ExecuteCommand(int command_id, int event_flags) override;
protected:
RenderViewContextMenuViews(content::RenderFrameHost* render_frame_host,
@@ -38,12 +38,12 @@ class RenderViewContextMenuViews : public RenderViewContextMenu {
// RenderViewContextMenu implementation.
virtual bool GetAcceleratorForCommandId(
int command_id,
- ui::Accelerator* accelerator) OVERRIDE;
+ ui::Accelerator* accelerator) override;
private:
- virtual void AppendPlatformEditableItems() OVERRIDE;
- virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
- virtual bool IsCommandIdEnabled(int command_id) const OVERRIDE;
+ virtual void AppendPlatformEditableItems() override;
+ virtual bool IsCommandIdChecked(int command_id) const override;
+ virtual bool IsCommandIdEnabled(int command_id) const override;
// Model for the BiDi input submenu.
ui::SimpleMenuModel bidi_submenu_model_;
« no previous file with comments | « chrome/browser/ui/views/profiles/user_manager_view.h ('k') | chrome/browser/ui/views/sad_tab_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698