| Index: ui/gfx/animation/animation_container_observer.h
 | 
| diff --git a/ui/base/animation/animation_container_observer.h b/ui/gfx/animation/animation_container_observer.h
 | 
| similarity index 88%
 | 
| rename from ui/base/animation/animation_container_observer.h
 | 
| rename to ui/gfx/animation/animation_container_observer.h
 | 
| index 06948ef3449f6a1a8e849046e5c050968339a111..31834300186c3f35842262bc7f7d76e9b3590370 100644
 | 
| --- a/ui/base/animation/animation_container_observer.h
 | 
| +++ b/ui/gfx/animation/animation_container_observer.h
 | 
| @@ -5,15 +5,15 @@
 | 
|  #ifndef UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_
 | 
|  #define UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_
 | 
|  
 | 
| -#include "ui/base/ui_export.h"
 | 
| +#include "ui/gfx/gfx_export.h"
 | 
|  
 | 
| -namespace ui {
 | 
| +namespace gfx {
 | 
|  
 | 
|  class AnimationContainer;
 | 
|  
 | 
|  // The observer is notified after every update of the animations managed by
 | 
|  // the container.
 | 
| -class UI_EXPORT AnimationContainerObserver {
 | 
| +class GFX_EXPORT AnimationContainerObserver {
 | 
|   public:
 | 
|    // Invoked on every tick of the timer managed by the container and after
 | 
|    // all the animations have updated.
 | 
| @@ -27,6 +27,6 @@ class UI_EXPORT AnimationContainerObserver {
 | 
|    virtual ~AnimationContainerObserver() {}
 | 
|  };
 | 
|  
 | 
| -}  // namespace ui
 | 
| +}  // namespace gfx
 | 
|  
 | 
|  #endif  // UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_
 | 
| 
 |