| Index: ash/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
|
| index 94fbc7520d2faaa32744f7e4bb746d68f5a4c5c5..4003afce412e8c40c2f109f70ce4215273918e4a 100644
|
| --- a/ash/system/tray/system_tray_notifier.cc
|
| +++ b/ash/system/tray/system_tray_notifier.cc
|
| @@ -4,16 +4,9 @@
|
|
|
| #include "ash/system/tray/system_tray_notifier.h"
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -#include "ash/system/chromeos/network/network_state_notifier.h"
|
| -#endif
|
| -
|
| namespace ash {
|
|
|
| SystemTrayNotifier::SystemTrayNotifier() {
|
| -#if defined(OS_CHROMEOS)
|
| - network_state_notifier_.reset(new NetworkStateNotifier());
|
| -#endif
|
| }
|
|
|
| SystemTrayNotifier::~SystemTrayNotifier() {
|
|
|