Index: ash/system/network/network_list_md.h |
diff --git a/ash/common/system/chromeos/network/network_list_md.h b/ash/system/network/network_list_md.h |
similarity index 91% |
rename from ash/common/system/chromeos/network/network_list_md.h |
rename to ash/system/network/network_list_md.h |
index fea2365b4c9d8947d646ee7247ec348a5c7996dc..3b4685a83d27be6365332928f19374bcc6446e83 100644 |
--- a/ash/common/system/chromeos/network/network_list_md.h |
+++ b/ash/system/network/network_list_md.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
-#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
+#ifndef ASH_SYSTEM_NETWORK_NETWORK_LIST_MD_H_ |
+#define ASH_SYSTEM_NETWORK_NETWORK_LIST_MD_H_ |
#include <map> |
#include <memory> |
@@ -11,9 +11,9 @@ |
#include <string> |
#include <vector> |
-#include "ash/common/system/chromeos/network/network_icon_animation_observer.h" |
-#include "ash/common/system/chromeos/network/network_info.h" |
-#include "ash/common/system/chromeos/network/network_list_view_base.h" |
+#include "ash/system/network/network_icon_animation_observer.h" |
+#include "ash/system/network/network_info.h" |
+#include "ash/system/network/network_list_view_base.h" |
#include "base/macros.h" |
#include "chromeos/network/network_state_handler.h" |
#include "chromeos/network/network_type_pattern.h" |
@@ -129,4 +129,4 @@ class NetworkListViewMd : public NetworkListViewBase, |
} // namespace ash |
-#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
+#endif // ASH_SYSTEM_NETWORK_NETWORK_LIST_MD_H_ |