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_ |