summaryrefslogtreecommitdiffstats
path: root/ui/views/animation
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/animation')
-rw-r--r--ui/views/animation/bounds_animator.cc2
-rw-r--r--ui/views/animation/bounds_animator_unittest.cc2
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;