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

Unified Diff: athena/system/network_selector.h

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.h
diff --git a/athena/main/debug/network_selector.h b/athena/system/network_selector.h
similarity index 58%
rename from athena/main/debug/network_selector.h
rename to athena/system/network_selector.h
index b839129f4cc196cbf280bbcd2ca11adbe71a562f..90aaf7f53fea711f67f97ea6ff8e38637f478dd6 100644
--- a/athena/main/debug/network_selector.h
+++ b/athena/system/network_selector.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ATHENA_MAIN_DEBUG_NETWORK_SELECTOR_H_
-#define ATHENA_MAIN_DEBUG_NETWORK_SELECTOR_H_
+#ifndef ATHENA_SYSTEM_NETWORK_SELECTOR_H_
+#define ATHENA_SYSTEM_NETWORK_SELECTOR_H_
namespace aura {
class Window;
}
-namespace debug {
+namespace athena {
void CreateNetworkSelector(aura::Window* window);
-} // namespace debug
+} // namespace athena
-#endif // ATHENA_MAIN_DEBUG_NETWORK_SELECTOR_H_
+#endif // ATHENA_SYSTEM_NETWORK_SELECTOR_H_

Powered by Google App Engine
This is Rietveld 408576698