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

Unified Diff: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/guest_view/web_view/context_menu_content_type_web_view.h
diff --git a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
index a34de1bdce005800132d6aec8d63d09dfe44d51c..499d3eb1535ebc0d2b9c9e8dfa9c83ccd0252c00 100644
--- a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
+++ b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
@@ -16,7 +16,7 @@ class ContextMenuContentTypeWebView : public ContextMenuContentType {
virtual ~ContextMenuContentTypeWebView();
// ContextMenuContentType overrides.
- virtual bool SupportsGroup(int group) OVERRIDE;
+ virtual bool SupportsGroup(int group) override;
protected:
ContextMenuContentTypeWebView(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698