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

Unified Diff: ash/common/system/chromeos/network/network_info.cc

Issue 2435903002: Move tray code from ui/chromeos/network/ (Closed)
Patch Set: Rebase Created 4 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
Index: ash/common/system/chromeos/network/network_info.cc
diff --git a/ui/chromeos/network/network_info.cc b/ash/common/system/chromeos/network/network_info.cc
similarity index 74%
rename from ui/chromeos/network/network_info.cc
rename to ash/common/system/chromeos/network/network_info.cc
index 3f921dcd3c2a379bc9898d981c87d636fe28323f..c07d19d0dcd27d2706fabf93874ffb8ef970b967 100644
--- a/ui/chromeos/network/network_info.cc
+++ b/ash/common/system/chromeos/network/network_info.cc
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/chromeos/network/network_info.h"
+#include "ash/common/system/chromeos/network/network_info.h"
-namespace ui {
+namespace ash {
NetworkInfo::NetworkInfo() : disable(false), highlight(false), is_wifi(false) {}
NetworkInfo::NetworkInfo(const std::string& path)
: service_path(path), disable(false), highlight(false), is_wifi(false) {}
-NetworkInfo::~NetworkInfo() {
-}
+NetworkInfo::~NetworkInfo() {}
-} // namespace ui
+} // namespace ash
« no previous file with comments | « ash/common/system/chromeos/network/network_info.h ('k') | ash/common/system/chromeos/network/network_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698