diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 23:35:20 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 23:35:20 +0000 |
commit | 5025f86107dafec51f98c62dbdc996fbb703a361 (patch) | |
tree | a871aad5635c650c243b44b59d1802f79f590458 /ui/views/animation | |
parent | 5c9a1adb03e4e0059e25366a908f30dd28786790 (diff) | |
download | chromium_src-5025f86107dafec51f98c62dbdc996fbb703a361.zip chromium_src-5025f86107dafec51f98c62dbdc996fbb703a361.tar.gz chromium_src-5025f86107dafec51f98c62dbdc996fbb703a361.tar.bz2 |
views: Move view.h to ui/views/.
BUG=104039
R=ben@chromium.org
TBR=stevenjb@chromium.org
Review URL: http://codereview.chromium.org/8742030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/animation')
-rw-r--r-- | ui/views/animation/bounds_animator.cc | 2 | ||||
-rw-r--r-- | ui/views/animation/bounds_animator_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/animation/bounds_animator.cc b/ui/views/animation/bounds_animator.cc index d656d0a..2e4b0c1 100644 --- a/ui/views/animation/bounds_animator.cc +++ b/ui/views/animation/bounds_animator.cc @@ -7,7 +7,7 @@ #include "base/memory/scoped_ptr.h" #include "ui/base/animation/animation_container.h" #include "ui/base/animation/slide_animation.h" -#include "views/view.h" +#include "ui/views/view.h" // Duration in milliseconds for animations. static const int kAnimationDuration = 200; diff --git a/ui/views/animation/bounds_animator_unittest.cc b/ui/views/animation/bounds_animator_unittest.cc index d030ba1..bf1f08c 100644 --- a/ui/views/animation/bounds_animator_unittest.cc +++ b/ui/views/animation/bounds_animator_unittest.cc @@ -6,7 +6,7 @@ #include "ui/base/animation/slide_animation.h" #include "ui/base/animation/test_animation_delegate.h" #include "ui/views/animation/bounds_animator.h" -#include "views/view.h" +#include "ui/views/view.h" using views::BoundsAnimator; using ui::Animation; |