Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: ui/chromeos/network/network_connect.h

Issue 686503002: Move network_connect code to ui/chromeos/network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/chromeos/DEPS ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_connect.h
diff --git a/ash/system/chromeos/network/network_connect.h b/ui/chromeos/network/network_connect.h
similarity index 93%
rename from ash/system/chromeos/network/network_connect.h
rename to ui/chromeos/network/network_connect.h
index 382eb20c7ab802dedf2503b72fcff9c1d4b63951..303a79e96b4e57255f855bbc6bcbf9703679de7c 100644
--- a/ash/system/chromeos/network/network_connect.h
+++ b/ui/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 ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_CONNECT_H
-#define ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_CONNECT_H
+#ifndef UI_CHROMEOS_NETWORK_NETWORK_CONNECT_H
+#define UI_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 ash {
+namespace ui {
-class ASH_EXPORT NetworkConnect {
+class UI_CHROMEOS_EXPORT NetworkConnect {
public:
class Delegate {
public:
@@ -110,6 +110,6 @@ class ASH_EXPORT NetworkConnect {
DISALLOW_COPY_AND_ASSIGN(NetworkConnect);
};
-} // ash
+} // ui
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_CONNECT_H
+#endif // UI_CHROMEOS_NETWORK_NETWORK_CONNECT_H
« no previous file with comments | « ui/chromeos/DEPS ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698