Index: ash/common/system/chromeos/network/network_list.h |
diff --git a/ui/chromeos/network/network_list.h b/ash/common/system/chromeos/network/network_list.h |
similarity index 85% |
rename from ui/chromeos/network/network_list.h |
rename to ash/common/system/chromeos/network/network_list.h |
index d58f456efe9db6af51eef092c259169d6619d520..c05032087ec98fd66ce7a138912cab07b092152f 100644 |
--- a/ui/chromeos/network/network_list.h |
+++ b/ash/common/system/chromeos/network/network_list.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 UI_CHROMEOS_NETWORK_NETWORK_LIST_H_ |
-#define UI_CHROMEOS_NETWORK_NETWORK_LIST_H_ |
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_ |
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_ |
#include <map> |
#include <memory> |
@@ -11,10 +11,10 @@ |
#include <string> |
#include <vector> |
+#include "ash/common/system/chromeos/network/network_icon_animation_observer.h" |
+#include "ash/common/system/chromeos/network/network_list_view_base.h" |
#include "base/macros.h" |
#include "chromeos/network/network_state_handler.h" |
-#include "ui/chromeos/network/network_icon_animation_observer.h" |
-#include "ui/chromeos/network/network_list_view_base.h" |
#include "ui/chromeos/ui_chromeos_export.h" |
#include "ui/gfx/image/image_skia.h" |
@@ -23,7 +23,7 @@ class Label; |
class View; |
} |
-namespace ui { |
+namespace ash { |
struct NetworkInfo; |
class NetworkListDelegate; |
@@ -77,6 +77,6 @@ class UI_CHROMEOS_EXPORT NetworkListView |
DISALLOW_COPY_AND_ASSIGN(NetworkListView); |
}; |
-} // namespace ui |
+} // namespace ash |
-#endif // UI_CHROMEOS_NETWORK_NETWORK_LIST_H_ |
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_ |