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

Unified Diff: ui/chromeos/network/network_icon_animation.cc

Issue 351353004: chromeos: Move some network related UI in ui/chromeos/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-build Created 6 years, 5 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/network/network_icon_animation.h ('k') | ui/chromeos/network/network_icon_animation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_icon_animation.cc
diff --git a/ash/system/chromeos/network/network_icon_animation.cc b/ui/chromeos/network/network_icon_animation.cc
similarity index 90%
rename from ash/system/chromeos/network/network_icon_animation.cc
rename to ui/chromeos/network/network_icon_animation.cc
index 5065745c849f1a8571ef614dc2e30f5cffc4e334..055a10b09aafe10e8a3c4418a39f2f624573a967 100644
--- a/ash/system/chromeos/network/network_icon_animation.cc
+++ b/ui/chromeos/network/network_icon_animation.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/chromeos/network/network_icon_animation.h"
+#include "ui/chromeos/network/network_icon_animation.h"
-#include "ash/system/chromeos/network/network_icon_animation_observer.h"
+#include "ui/chromeos/network/network_icon_animation_observer.h"
namespace {
const int kThrobDurationMs = 750; // Animation cycle length.
}
-namespace ash {
+namespace ui {
namespace network_icon {
NetworkIconAnimation::NetworkIconAnimation()
@@ -58,4 +58,4 @@ NetworkIconAnimation* NetworkIconAnimation::GetInstance() {
}
} // namespace network_icon
-} // namespace ash
+} // namespace ui
« no previous file with comments | « ui/chromeos/network/network_icon_animation.h ('k') | ui/chromeos/network/network_icon_animation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698