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

Unified Diff: ash/system/date/date_default_view.h

Issue 683473005: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « ash/system/chromeos/tray_tracing.h ('k') | ash/system/date/date_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/date_default_view.h
diff --git a/ash/system/date/date_default_view.h b/ash/system/date/date_default_view.h
index fce0174decd7bcec6955e37ef815df473700a432..0a7d43d883d70ccd7435b607fbd9844e27afac7d 100644
--- a/ash/system/date/date_default_view.h
+++ b/ash/system/date/date_default_view.h
@@ -23,7 +23,7 @@ class ASH_EXPORT DateDefaultView : public views::View,
public:
explicit DateDefaultView(ash::user::LoginStatus login);
- virtual ~DateDefaultView();
+ ~DateDefaultView() override;
views::View* GetHelpButtonView();
@@ -32,8 +32,7 @@ class ASH_EXPORT DateDefaultView : public views::View,
private:
// Overridden from views::ButtonListener.
- virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) override;
+ void ButtonPressed(views::Button* sender, const ui::Event& event) override;
TrayPopupHeaderButton* help_;
TrayPopupHeaderButton* shutdown_;
« no previous file with comments | « ash/system/chromeos/tray_tracing.h ('k') | ash/system/date/date_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698