Index: ash/system/web_notification/web_notification_tray_unittest.cc |
diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc |
index 34bfb66a4aa18e2934d57922d733c65c83068a7f..3594209ec8fbb74f2d49612532af8ea3a7f50a4f 100644 |
--- a/ash/system/web_notification/web_notification_tray_unittest.cc |
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc |
@@ -70,7 +70,7 @@ SystemTray* GetSystemTray() { |
// Trivial item implementation for testing PopupAndSystemTray test case. |
class TestItem : public SystemTrayItem { |
public: |
- TestItem() : SystemTrayItem(GetSystemTray()) {} |
+ TestItem() : SystemTrayItem(GetSystemTray(), UMA_TEST) {} |
views::View* CreateDefaultView(LoginStatus status) override { |
views::View* default_view = new views::View; |