| Index: chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
 | 
| diff --git a/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
 | 
| index e353fb4dde76adf6b20f25bc5ac110ea04ac38ae..dc139e5a183d73abc9eb71c18bc697323f288475 100644
 | 
| --- a/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
 | 
| +++ b/chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h
 | 
| @@ -61,12 +61,12 @@
 | 
|    BOOL isDrawingAttention_;
 | 
|  
 | 
|    // "Glint" animation is used in "Draw Attention" mode.
 | 
| -  scoped_nsobject<RepaintAnimation> glintAnimation_;
 | 
| -  scoped_nsobject<NSTimer> glintAnimationTimer_;
 | 
| +  base::scoped_nsobject<RepaintAnimation> glintAnimation_;
 | 
| +  base::scoped_nsobject<NSTimer> glintAnimationTimer_;
 | 
|    int glintCounter_;
 | 
|  
 | 
|    // Drag support.
 | 
| -  scoped_nsobject<MouseDragController> dragController_;
 | 
| +  base::scoped_nsobject<MouseDragController> dragController_;
 | 
|  }
 | 
|  
 | 
|  // Callbacks from Close, Minimize, and Restore buttons.
 | 
| 
 |