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

Unified Diff: content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h

Issue 633553002: Replace OVERRIDE and FINAL with override and final in content/browser/browser_plugin/[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
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_message_filter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h
diff --git a/content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h b/content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h
index fd920744359e8e510f3cea99f64c54bcd723acb1..322a820b88b22412f6ac44aef8546b15d8919c49 100644
--- a/content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h
+++ b/content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h
@@ -25,7 +25,7 @@ class BrowserPluginPopupMenuHelper : public PopupMenuHelper {
RenderFrameHost* guest_rfh);
private:
- virtual RenderWidgetHostViewMac* GetRenderWidgetHostView() const OVERRIDE;
+ virtual RenderWidgetHostViewMac* GetRenderWidgetHostView() const override;
RenderViewHostImpl* embedder_rvh_;
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_message_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698