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

Unified Diff: chrome/browser/ui/android/context_menu_helper.h

Issue 900733003: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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/android/context_menu_helper.h
diff --git a/chrome/browser/ui/android/context_menu_helper.h b/chrome/browser/ui/android/context_menu_helper.h
index cf01818602465bfe8e7a847a5d3f507ce2f525c5..e66e351899344d52efe47d00566f98050fdb23cd 100644
--- a/chrome/browser/ui/android/context_menu_helper.h
+++ b/chrome/browser/ui/android/context_menu_helper.h
@@ -19,7 +19,7 @@ class WebContents;
class ContextMenuHelper
: public content::WebContentsUserData<ContextMenuHelper> {
public:
- virtual ~ContextMenuHelper();
+ ~ContextMenuHelper() override;
void ShowContextMenu(const content::ContextMenuParams& params);

Powered by Google App Engine
This is Rietveld 408576698