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

Unified Diff: chrome/browser/renderer_context_menu/context_menu_content_type_platform_app.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/renderer_context_menu/context_menu_content_type_platform_app.h
diff --git a/chrome/browser/renderer_context_menu/context_menu_content_type_platform_app.h b/chrome/browser/renderer_context_menu/context_menu_content_type_platform_app.h
index 2f18fcbc95137c36611d13aa0c935e7642686fd8..44389aa9b740b87354582f841c2db8b2db142cb2 100644
--- a/chrome/browser/renderer_context_menu/context_menu_content_type_platform_app.h
+++ b/chrome/browser/renderer_context_menu/context_menu_content_type_platform_app.h
@@ -9,10 +9,10 @@
class ContextMenuContentTypePlatformApp : public ContextMenuContentType {
public:
- virtual ~ContextMenuContentTypePlatformApp();
+ ~ContextMenuContentTypePlatformApp() override;
// ContextMenuContentType overrides.
- virtual bool SupportsGroup(int group) override;
+ bool SupportsGroup(int group) override;
protected:
ContextMenuContentTypePlatformApp(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698