Index: ui/gfx/animation/animation_container_element.h |
diff --git a/ui/base/animation/animation_container_element.h b/ui/gfx/animation/animation_container_element.h |
similarity index 89% |
rename from ui/base/animation/animation_container_element.h |
rename to ui/gfx/animation/animation_container_element.h |
index 1afa2b8b0c24aa992366b5d89d6f2f65fcfa1063..6d95fbb2b41aff6c67a7bca9d22e801d26220ab3 100644 |
--- a/ui/base/animation/animation_container_element.h |
+++ b/ui/gfx/animation/animation_container_element.h |
@@ -6,13 +6,13 @@ |
#define UI_BASE_ANIMATION_ANIMATION_CONTAINER_ELEMENT_H_ |
#include "base/time/time.h" |
-#include "ui/base/ui_export.h" |
+#include "ui/gfx/gfx_export.h" |
-namespace ui { |
+namespace gfx { |
// Interface for the elements the AnimationContainer contains. This is |
// implemented by Animation. |
-class UI_EXPORT AnimationContainerElement { |
+class GFX_EXPORT AnimationContainerElement { |
public: |
// Sets the start of the animation. This is invoked from |
// AnimationContainer::Start. |
@@ -29,6 +29,6 @@ class UI_EXPORT AnimationContainerElement { |
virtual ~AnimationContainerElement() {} |
}; |
-} // namespace ui |
+} // namespace gfx |
#endif // UI_BASE_ANIMATION_ANIMATION_CONTAINER_ELEMENT_H_ |