| Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
 | 
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
 | 
| index 216ff3bb101dfb8d26320f07f18cae8dfd34a9d5..a87c5a5bb5b9fc97e72eb3c37ea1b8a4a94f0524 100644
 | 
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
 | 
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
 | 
| @@ -27,7 +27,7 @@ class TabStripModel;
 | 
|  namespace content {
 | 
|  class WebContents;
 | 
|  }
 | 
| -namespace ui {
 | 
| +namespace gfx {
 | 
|  class AnimationContainer;
 | 
|  }
 | 
|  
 | 
| @@ -143,7 +143,7 @@ class AnimationContainer;
 | 
|    // Helper for performing tab selection as a result of dragging over a tab.
 | 
|    scoped_ptr<HoverTabSelector> hoverTabSelector_;
 | 
|  
 | 
| -  scoped_refptr<ui::AnimationContainer> animationContainer_;
 | 
| +  scoped_refptr<gfx::AnimationContainer> animationContainer_;
 | 
|  }
 | 
|  
 | 
|  @property(nonatomic) CGFloat leftIndentForControls;
 | 
| 
 |