| 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..7264f47424eb201b44265f02b991d6ada54b2851 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, UMA_DATE),
|
| time_tray_(NULL),
|
| default_view_(NULL),
|
| login_status_(LoginStatus::NOT_LOGGED_IN) {
|
|
|