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

Unified Diff: ui/message_center/views/message_view_context_menu_controller.h

Issue 657923005: Standardize usage of virtual/override/final specifiers. (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 | « ui/message_center/views/message_view.h ('k') | ui/message_center/views/notification_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_view_context_menu_controller.h
diff --git a/ui/message_center/views/message_view_context_menu_controller.h b/ui/message_center/views/message_view_context_menu_controller.h
index 7c41259a76255bed41a123bc2f834692d6e1e9e6..ce30ebb5513570ee2214204c43877fe364a5e16e 100644
--- a/ui/message_center/views/message_view_context_menu_controller.h
+++ b/ui/message_center/views/message_view_context_menu_controller.h
@@ -16,13 +16,13 @@ class MessageViewContextMenuController : public views::ContextMenuController {
public:
explicit MessageViewContextMenuController(
MessageCenterController* controller);
- virtual ~MessageViewContextMenuController();
+ ~MessageViewContextMenuController() override;
private:
// Overridden from views::ContextMenuController:
- virtual void ShowContextMenuForView(views::View* source,
- const gfx::Point& point,
- ui::MenuSourceType source_type) override;
+ void ShowContextMenuForView(views::View* source,
+ const gfx::Point& point,
+ ui::MenuSourceType source_type) override;
MessageCenterController* controller_;
« no previous file with comments | « ui/message_center/views/message_view.h ('k') | ui/message_center/views/notification_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698