Index: ash/common/system/chromeos/network/tray_vpn.h |
diff --git a/ash/system/chromeos/network/tray_vpn.h b/ash/common/system/chromeos/network/tray_vpn.h |
similarity index 84% |
rename from ash/system/chromeos/network/tray_vpn.h |
rename to ash/common/system/chromeos/network/tray_vpn.h |
index ce73e79ac0db0cd170702e216b3a6e2a272a68c2..f554343b643068b1c65560a96692b6741ada2990 100644 |
--- a/ash/system/chromeos/network/tray_vpn.h |
+++ b/ash/common/system/chromeos/network/tray_vpn.h |
@@ -2,13 +2,13 @@ |
// 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_VPN_H |
-#define ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H |
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H_ |
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H_ |
#include <memory> |
+#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" |
namespace ash { |
@@ -49,4 +49,4 @@ class TrayVPN : public SystemTrayItem, |
} // namespace ash |
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H |
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H_ |