| Index: ash/common/system/date/tray_date.cc
|
| diff --git a/ash/common/system/date/tray_date.cc b/ash/common/system/date/tray_date.cc
|
| index d2c0ec52b0f65eb82ffd05e91b544b793c901396..6727adf1cd01041dae16f51cf55ce48c81b4280c 100644
|
| --- a/ash/common/system/date/tray_date.cc
|
| +++ b/ash/common/system/date/tray_date.cc
|
| @@ -19,7 +19,7 @@
|
| namespace ash {
|
|
|
| TrayDate::TrayDate(SystemTray* system_tray)
|
| - : SystemTrayItem(system_tray),
|
| + : SystemTrayItem(system_tray, DATE),
|
| time_tray_(NULL),
|
| default_view_(NULL),
|
| login_status_(LoginStatus::NOT_LOGGED_IN) {
|
|
|