Index: ash/system/chromeos/network/network_connect.h |
diff --git a/ui/chromeos/network/network_connect.h b/ash/system/chromeos/network/network_connect.h |
similarity index 93% |
rename from ui/chromeos/network/network_connect.h |
rename to ash/system/chromeos/network/network_connect.h |
index 303a79e96b4e57255f855bbc6bcbf9703679de7c..382eb20c7ab802dedf2503b72fcff9c1d4b63951 100644 |
--- a/ui/chromeos/network/network_connect.h |
+++ b/ash/system/chromeos/network/network_connect.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 UI_CHROMEOS_NETWORK_NETWORK_CONNECT_H |
-#define UI_CHROMEOS_NETWORK_NETWORK_CONNECT_H |
+#ifndef ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_CONNECT_H |
+#define ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_CONNECT_H |
#include <string> |
+#include "ash/ash_export.h" |
#include "base/strings/string16.h" |
-#include "ui/chromeos/ui_chromeos_export.h" |
namespace base { |
class DictionaryValue; |
@@ -18,9 +18,9 @@ namespace chromeos { |
class NetworkTypePattern; |
} |
-namespace ui { |
+namespace ash { |
-class UI_CHROMEOS_EXPORT NetworkConnect { |
+class ASH_EXPORT NetworkConnect { |
public: |
class Delegate { |
public: |
@@ -110,6 +110,6 @@ class UI_CHROMEOS_EXPORT NetworkConnect { |
DISALLOW_COPY_AND_ASSIGN(NetworkConnect); |
}; |
-} // ui |
+} // ash |
-#endif // UI_CHROMEOS_NETWORK_NETWORK_CONNECT_H |
+#endif // ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_CONNECT_H |