| Index: ui/views/touchui/touch_editing_menu.h | 
| diff --git a/ui/views/touchui/touch_editing_menu.h b/ui/views/touchui/touch_editing_menu.h | 
| index 5dfeaef373ad72abf8b39c37a8e35c2bdbcf6b4d..e4fe54915227f4810b526940df035d5fbc820a56 100644 | 
| --- a/ui/views/touchui/touch_editing_menu.h | 
| +++ b/ui/views/touchui/touch_editing_menu.h | 
| @@ -69,7 +69,7 @@ class VIEWS_EXPORT TouchEditingMenuView : public BubbleDelegateView, | 
| void CreateButtons(); | 
|  | 
| // Helper method to create a single button. | 
| -  Button* CreateButton(const string16& title, int tag); | 
| +  Button* CreateButton(const base::string16& title, int tag); | 
|  | 
| TouchEditingMenuController* controller_; | 
|  | 
|  |