| Index: ash/common/system/chromeos/network/tray_sms.cc
|
| diff --git a/ash/common/system/chromeos/network/tray_sms.cc b/ash/common/system/chromeos/network/tray_sms.cc
|
| index d3b5aeb479eb19e4eafb6af7acb355d1181daf91..e713a107890d451d6911230393d01ee1f6f33fb6 100644
|
| --- a/ash/common/system/chromeos/network/tray_sms.cc
|
| +++ b/ash/common/system/chromeos/network/tray_sms.cc
|
| @@ -285,7 +285,7 @@ class TraySms::SmsNotificationView : public TrayNotificationView {
|
| };
|
|
|
| TraySms::TraySms(SystemTray* system_tray)
|
| - : SystemTrayItem(system_tray),
|
| + : SystemTrayItem(system_tray, UMA_SMS),
|
| default_(nullptr),
|
| detailed_(nullptr),
|
| notification_(nullptr) {
|
|
|