summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/tab_strip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/tabs/tab_strip.cc')
-rw-r--r--chrome/browser/views/tabs/tab_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tabs/tab_strip.cc b/chrome/browser/views/tabs/tab_strip.cc
index a6e11d3..ced65ab 100644
--- a/chrome/browser/views/tabs/tab_strip.cc
+++ b/chrome/browser/views/tabs/tab_strip.cc
@@ -1529,7 +1529,7 @@ void TabStrip::NewTabAnimation2Done() {
SlideAnimation* animation = new SlideAnimation(NULL);
animation->SetSlideDuration(kNewTab3DurationMs);
- animation->SetTweenType(SlideAnimation::EASE_IN_OUT);
+ animation->SetTweenType(Tween::EASE_IN_OUT);
// BoundsAnimator takes ownership of animation.
bounds_animator_.SetAnimationForView(tab_data_.back().tab, animation);