| Index: chrome/browser/ui/views/tabs/tab_strip.h
 | 
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
 | 
| index 6361aae7ce9851bce30725af052e54f4ec98b871..309b2cb4ded643d6651feaaf749c7098f30bdfeb 100644
 | 
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
 | 
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
 | 
| @@ -177,7 +177,7 @@ class TabStrip : public AbstractTabStripView,
 | 
|  
 | 
|    // views::View overrides:
 | 
|    virtual void Layout() OVERRIDE;
 | 
| -  virtual void PaintChildren(gfx::Canvas* canvas) OVERRIDE;
 | 
| +  virtual void PaintChildren(gfx::CanvasSkia* canvas) OVERRIDE;
 | 
|    virtual gfx::Size GetPreferredSize() OVERRIDE;
 | 
|    // NOTE: the drag and drop methods are invoked from FrameView. This is done
 | 
|    // to allow for a drop region that extends outside the bounds of the TabStrip.
 | 
| 
 |