| 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.
|
|
|