| Index: chrome/browser/gtk/tabs/tab_strip_gtk.cc
 | 
| diff --git a/chrome/browser/gtk/tabs/tab_strip_gtk.cc b/chrome/browser/gtk/tabs/tab_strip_gtk.cc
 | 
| index 8d1d1c854792e9dae86404c2905014bd0fc986ea..7b3bf734a23a31aa4eff8cb1c9949e1ee5ebdc80 100644
 | 
| --- a/chrome/browser/gtk/tabs/tab_strip_gtk.cc
 | 
| +++ b/chrome/browser/gtk/tabs/tab_strip_gtk.cc
 | 
| @@ -130,7 +130,7 @@ class TabStripGtk::TabAnimation : public AnimationDelegate {
 | 
|  
 | 
|    void Start() {
 | 
|      animation_.SetSlideDuration(GetDuration());
 | 
| -    animation_.SetTweenType(SlideAnimation::EASE_OUT);
 | 
| +    animation_.SetTweenType(Tween::EASE_OUT);
 | 
|      if (!animation_.IsShowing()) {
 | 
|        animation_.Reset();
 | 
|        animation_.Show();
 | 
| 
 |