Index: ash/common/system/chromeos/network/tray_network.h |
diff --git a/ash/system/chromeos/network/tray_network.h b/ash/common/system/chromeos/network/tray_network.h |
similarity index 88% |
rename from ash/system/chromeos/network/tray_network.h |
rename to ash/common/system/chromeos/network/tray_network.h |
index e4c05c0f6ff2a5c7be313f90da443883738545ac..b95a27c0022ddd5157d073099ec366e4634f4ee0 100644 |
--- a/ash/system/chromeos/network/tray_network.h |
+++ b/ash/common/system/chromeos/network/tray_network.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_NETWORK_H |
-#define ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_NETWORK_H |
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_NETWORK_H_ |
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_NETWORK_H_ |
#include <memory> |
#include <set> |
#include "ash/common/system/chromeos/network/network_observer.h" |
#include "ash/common/system/chromeos/network/network_portal_detector_observer.h" |
+#include "ash/common/system/chromeos/network/tray_network_state_observer.h" |
#include "ash/common/system/tray/system_tray_item.h" |
-#include "ash/system/chromeos/network/tray_network_state_observer.h" |
#include "base/macros.h" |
#include "base/time/time.h" |
@@ -67,4 +67,4 @@ class TrayNetwork : public SystemTrayItem, |
} // namespace ash |
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_NETWORK_H |
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_NETWORK_H_ |