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

Unified Diff: athena/system/time_view.h

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@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 | « athena/system/system_ui_impl.cc ('k') | athena/test/base/activity_lifetime_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/time_view.h
diff --git a/athena/system/time_view.h b/athena/system/time_view.h
index e672dcfab743f99228d1f0bf67c8168cfba27c3a..060f2c7170bdfc7fb7983a030ff3b1bee9821fd7 100644
--- a/athena/system/time_view.h
+++ b/athena/system/time_view.h
@@ -16,7 +16,7 @@ namespace athena {
class TimeView : public views::Label {
public:
explicit TimeView(SystemUI::ColorScheme color_scheme);
- virtual ~TimeView();
+ ~TimeView() override;
private:
// Starts |timer_| to schedule the next update.
« no previous file with comments | « athena/system/system_ui_impl.cc ('k') | athena/test/base/activity_lifetime_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698