Chromium Code Reviews| Index: ash/system/date/tray_date.h |
| diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h |
| index a10f2810454efdaa01c50dcbf6635f9d62458744..6e116429b57b92a340bb69a03bad95295f62ecc6 100644 |
| --- a/ash/system/date/tray_date.h |
| +++ b/ash/system/date/tray_date.h |
| @@ -26,7 +26,7 @@ class TrayDate : public SystemTrayItem, |
| HORIZONTAL_CLOCK, |
| VERTICAL_CLOCK, |
| }; |
| - TrayDate(); |
| + explicit TrayDate(SystemTray* system_tray); |
| virtual ~TrayDate(); |
| private: |