Index: chrome/browser/gtk/tabs/dragged_tab_gtk.cc |
diff --git a/chrome/browser/gtk/tabs/dragged_tab_gtk.cc b/chrome/browser/gtk/tabs/dragged_tab_gtk.cc |
index bffadd52c9143088b83a4c967454869e1d678134..f221c0e350b82903269b2f68cb9422d828dcea8e 100644 |
--- a/chrome/browser/gtk/tabs/dragged_tab_gtk.cc |
+++ b/chrome/browser/gtk/tabs/dragged_tab_gtk.cc |
@@ -125,7 +125,7 @@ void DraggedTabGtk::AnimateToBounds(const gfx::Rect& bounds, |
animation_end_bounds_ = bounds; |
close_animation_.SetSlideDuration(kAnimateToBoundsDurationMs); |
- close_animation_.SetTweenType(SlideAnimation::EASE_OUT); |
+ close_animation_.SetTweenType(Tween::EASE_OUT); |
if (!close_animation_.IsShowing()) { |
close_animation_.Reset(); |
close_animation_.Show(); |