Index: ash/common/system/chromeos/network/network_list_md.h |
diff --git a/ui/chromeos/network/network_list_md.h b/ash/common/system/chromeos/network/network_list_md.h |
similarity index 88% |
rename from ui/chromeos/network/network_list_md.h |
rename to ash/common/system/chromeos/network/network_list_md.h |
index 062d76dcdfd20ce4d73923dc1ebb87524accabb3..eff272cb9754d7b8a8e2ff62e8af1496768faec6 100644 |
--- a/ui/chromeos/network/network_list_md.h |
+++ b/ash/common/system/chromeos/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 UI_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
-#define UI_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
#include <map> |
#include <memory> |
@@ -11,11 +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" |
#include "ui/views/controls/button/button.h" |
@@ -24,17 +23,16 @@ class Label; |
class View; |
} |
-namespace ui { |
+namespace ash { |
struct NetworkInfo; |
class NetworkListDelegate; |
// A list of available networks of a given type. This class is used for all |
// network types except VPNs. For VPNs, see the |VPNList| class. |
-class UI_CHROMEOS_EXPORT NetworkListViewMd |
- : public NetworkListViewBase, |
- public network_icon::AnimationObserver, |
- public views::ButtonListener { |
+class NetworkListViewMd : public NetworkListViewBase, |
+ public network_icon::AnimationObserver, |
+ public views::ButtonListener { |
public: |
explicit NetworkListViewMd(NetworkListDelegate* delegate); |
~NetworkListViewMd() override; |
@@ -122,6 +120,6 @@ class UI_CHROMEOS_EXPORT NetworkListViewMd |
DISALLOW_COPY_AND_ASSIGN(NetworkListViewMd); |
}; |
-} // namespace ui |
+} // namespace ash |
-#endif // UI_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_ |