| 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 318b5eb946d670c020f0de209208c86f61f34469..b0944256b9757f09f7b66959d3ca16624710c3f2 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),
|
|
|