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

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

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.cc ('k') | ui/chromeos/network/network_icon_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_icon_animation.h
diff --git a/ash/system/chromeos/network/network_icon_animation.h b/ui/chromeos/network/network_icon_animation.h
similarity index 77%
rename from ash/system/chromeos/network/network_icon_animation.h
rename to ui/chromeos/network/network_icon_animation.h
index a34b80ed96957e873a40dc346ce869d69f9b4de0..ad73bb2b4de1d68fbc6a083c4b6bab3538b9c40d 100644
--- a/ash/system/chromeos/network/network_icon_animation.h
+++ b/ui/chromeos/network/network_icon_animation.h
@@ -2,24 +2,24 @@
// 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_ICON_ANIMATION_H_
-#define ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_H_
+#ifndef UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_H_
+#define UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_H_
#include <set>
#include <string>
-#include "ash/ash_export.h"
#include "base/observer_list.h"
+#include "ui/chromeos/ui_chromeos_export.h"
#include "ui/gfx/animation/animation_delegate.h"
#include "ui/gfx/animation/throb_animation.h"
-namespace ash {
+namespace ui {
namespace network_icon {
class AnimationObserver;
// Single instance class to handle icon animations and keep them in sync.
-class ASH_EXPORT NetworkIconAnimation : public gfx::AnimationDelegate {
+class UI_CHROMEOS_EXPORT NetworkIconAnimation : public gfx::AnimationDelegate {
public:
NetworkIconAnimation();
virtual ~NetworkIconAnimation();
@@ -43,6 +43,6 @@ class ASH_EXPORT NetworkIconAnimation : public gfx::AnimationDelegate {
};
} // namespace network_icon
-} // namespace ash
+} // namespace ui
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_H_
+#endif // UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_H_
« no previous file with comments | « ui/chromeos/network/network_icon.cc ('k') | ui/chromeos/network/network_icon_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698