Chromium Code Reviews| Index: athena/system/time_view.h |
| diff --git a/athena/system/time_view.h b/athena/system/time_view.h |
| index 7dc0bd4febc7495ab5926dec455d8b0a27db787c..e672dcfab743f99228d1f0bf67c8168cfba27c3a 100644 |
| --- a/athena/system/time_view.h |
| +++ b/athena/system/time_view.h |
| @@ -15,7 +15,7 @@ namespace athena { |
| // View which displays the current time. |
| class TimeView : public views::Label { |
| public: |
| - TimeView(); |
| + explicit TimeView(SystemUI::ColorScheme color_scheme); |
| virtual ~TimeView(); |
| private: |