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

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

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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/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 499d3eb1535ebc0d2b9c9e8dfa9c83ccd0252c00..0652fdd1ef83cc87341ddae3e74b89ebe86b6d6b 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
@@ -13,10 +13,10 @@
// guests are: searching, printing, speech and instant.
class ContextMenuContentTypeWebView : public ContextMenuContentType {
public:
- virtual ~ContextMenuContentTypeWebView();
+ ~ContextMenuContentTypeWebView() override;
// ContextMenuContentType overrides.
- virtual bool SupportsGroup(int group) override;
+ bool SupportsGroup(int group) override;
protected:
ContextMenuContentTypeWebView(content::WebContents* web_contents,
« no previous file with comments | « chrome/browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h ('k') | chrome/browser/icon_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698