| Index: ui/gfx/animation/tween.h
 | 
| diff --git a/ui/base/animation/tween.h b/ui/gfx/animation/tween.h
 | 
| similarity index 94%
 | 
| rename from ui/base/animation/tween.h
 | 
| rename to ui/gfx/animation/tween.h
 | 
| index 6e2f17977bc45f4bc8f64967213343b95c7e987a..020fa6a7da1e60b2f17770f4b820e526c95138cd 100644
 | 
| --- a/ui/base/animation/tween.h
 | 
| +++ b/ui/gfx/animation/tween.h
 | 
| @@ -6,13 +6,13 @@
 | 
|  #define UI_BASE_ANIMATION_TWEEN_H_
 | 
|  
 | 
|  #include "base/basictypes.h"
 | 
| -#include "ui/base/ui_export.h"
 | 
| +#include "ui/gfx/gfx_export.h"
 | 
|  #include "ui/gfx/rect.h"
 | 
|  #include "ui/gfx/transform.h"
 | 
|  
 | 
| -namespace ui {
 | 
| +namespace gfx {
 | 
|  
 | 
| -class UI_EXPORT Tween {
 | 
| +class GFX_EXPORT Tween {
 | 
|   public:
 | 
|    enum Type {
 | 
|      LINEAR,        // Linear.
 | 
| @@ -46,6 +46,6 @@ class UI_EXPORT Tween {
 | 
|    DISALLOW_COPY_AND_ASSIGN(Tween);
 | 
|  };
 | 
|  
 | 
| -}  // namespace ui
 | 
| +}  // namespace gfx
 | 
|  
 | 
|  #endif  // UI_BASE_ANIMATION_TWEEN_H_
 | 
| 
 |