Index: ash/common/system/chromeos/network/tray_network.cc |
diff --git a/ash/common/system/chromeos/network/tray_network.cc b/ash/common/system/chromeos/network/tray_network.cc |
index 77adb96c551183c5ad0d9d205418e24cfe134516..d5f9dde45f7478dacc84884e343f0dc8ef51bf5c 100644 |
--- a/ash/common/system/chromeos/network/tray_network.cc |
+++ b/ash/common/system/chromeos/network/tray_network.cc |
@@ -235,7 +235,7 @@ class NetworkWifiDetailedView : public NetworkDetailedView { |
} // namespace tray |
TrayNetwork::TrayNetwork(SystemTray* system_tray) |
- : SystemTrayItem(system_tray), |
+ : SystemTrayItem(system_tray, UMA_NETWORK), |
tray_(NULL), |
default_(NULL), |
detailed_(NULL), |