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

Unified Diff: athena/system/network_selector.cc

Issue 483363003: [Athena] Add status icons and system time to the desktop background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: athena/system/network_selector.cc
diff --git a/athena/main/debug/network_selector.cc b/athena/system/network_selector.cc
similarity index 99%
rename from athena/main/debug/network_selector.cc
rename to athena/system/network_selector.cc
index 9102e105cf28a39d2993b44aa9ac875829293bd5..d6e4f011ba713a32a22831009c6a1a6e23d25f5e 100644
--- a/athena/main/debug/network_selector.cc
+++ b/athena/system/network_selector.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "athena/main/debug/network_selector.h"
+#include "athena/system/network_selector.h"
#include "base/memory/weak_ptr.h"
#include "base/strings/utf_string_conversions.h"
@@ -460,10 +460,10 @@ class NetworkSelector : public ui::NetworkListDelegate,
} // namespace
-namespace debug {
+namespace athena {
void CreateNetworkSelector(aura::Window* container) {
new NetworkSelector(container);
}
-} // namespace debug
+} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698