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 87047e3777277564d68cf018d82ca01c38a448bb..0afea4bd392ac89e4bb623fda22c97738ced26f1 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) { |