Index: views/animation/bounds_animator.cc |
diff --git a/views/animation/bounds_animator.cc b/views/animation/bounds_animator.cc |
index 40cae9cb271477eba572d5ab76dd80f5c791abbf..6a16af50df8a7ae3fd1b63e4a86a9f8d9d5d7e4c 100644 |
--- a/views/animation/bounds_animator.cc |
+++ b/views/animation/bounds_animator.cc |
@@ -126,7 +126,7 @@ SlideAnimation* BoundsAnimator::CreateAnimation() { |
SlideAnimation* animation = new SlideAnimation(this); |
animation->SetContainer(container_.get()); |
animation->SetSlideDuration(kAnimationDuration); |
- animation->SetTweenType(SlideAnimation::EASE_OUT); |
+ animation->SetTweenType(Tween::EASE_OUT); |
return animation; |
} |