| Index: chrome/browser/views/tabs/tab_strip.h | 
| =================================================================== | 
| --- chrome/browser/views/tabs/tab_strip.h	(revision 3347) | 
| +++ chrome/browser/views/tabs/tab_strip.h	(working copy) | 
| @@ -66,7 +66,7 @@ | 
| // portion of the TabStrip that should be treated as the containing Window's | 
| // titlebar for dragging purposes. | 
| // TODO(beng): (Cleanup) should be const, but GetViewForPoint isn't, so fie! | 
| -  bool PointIsWithinWindowCaption(const CPoint& point); | 
| +  bool PointIsWithinWindowCaption(const gfx::Point& point); | 
|  | 
| // Return true if this tab strip is compatible with the provided tab strip. | 
| // Compatible tab strips can transfer tabs during drag and drop. | 
|  |