| Index: ui/views/button_drag_utils.h | 
| diff --git a/ui/views/button_drag_utils.h b/ui/views/button_drag_utils.h | 
| index 1f93c9517de17d8ba3f8f52e44348b67663ca20b..0570ff23175983911873271e2ec83c9f681ed5e0 100644 | 
| --- a/ui/views/button_drag_utils.h | 
| +++ b/ui/views/button_drag_utils.h | 
| @@ -27,7 +27,7 @@ namespace button_drag_utils { | 
| // Sets url and title on data as well as setting a suitable image for dragging. | 
| // The image looks like that of the bookmark buttons. | 
| VIEWS_EXPORT void SetURLAndDragImage(const GURL& url, | 
| -                                     const string16& title, | 
| +                                     const base::string16& title, | 
| const gfx::ImageSkia& icon, | 
| ui::OSExchangeData* data, | 
| views::Widget* widget); | 
|  |