Index: ui/views/touchui/touch_editing_menu.cc |
diff --git a/ui/views/touchui/touch_editing_menu.cc b/ui/views/touchui/touch_editing_menu.cc |
index dec9113909379200c87d265a1a84e132824bab84..0eeea85ec2e0cf91823535f6e80f6a38320c4111 100644 |
--- a/ui/views/touchui/touch_editing_menu.cc |
+++ b/ui/views/touchui/touch_editing_menu.cc |
@@ -125,8 +125,9 @@ void TouchEditingMenuView::CreateButtons() { |
Layout(); |
} |
-Button* TouchEditingMenuView::CreateButton(const string16& title, int tag) { |
- string16 label = gfx::RemoveAcceleratorChar(title, '&', NULL, NULL); |
+Button* TouchEditingMenuView::CreateButton(const base::string16& title, |
+ int tag) { |
+ base::string16 label = gfx::RemoveAcceleratorChar(title, '&', NULL, NULL); |
LabelButton* button = new LabelButton(this, label); |
button->SetFocusable(true); |
button->set_request_focus_on_press(false); |