| 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..6b03433450e2ea928827391ef612403d00f57eb2 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, NETWORK),
|
| tray_(NULL),
|
| default_(NULL),
|
| detailed_(NULL),
|
|
|