Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: ui/keyboard/keyboard_ui_handler.cc

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/win/window_impl.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_ui_handler.cc
diff --git a/ui/keyboard/keyboard_ui_handler.cc b/ui/keyboard/keyboard_ui_handler.cc
index 780e0be4aaf74c8f9dd775e4734e6a9f05b6dad6..a626095b4538863f884b0b7ab67b5d82b45fb777 100644
--- a/ui/keyboard/keyboard_ui_handler.cc
+++ b/ui/keyboard/keyboard_ui_handler.cc
@@ -48,7 +48,7 @@ void KeyboardUIHandler::RegisterMessages() {
}
void KeyboardUIHandler::HandleInsertTextMessage(const base::ListValue* args) {
- string16 text;
+ base::string16 text;
if (!args->GetString(0, &text)) {
LOG(ERROR) << "insertText failed: bad argument";
return;
« no previous file with comments | « ui/gfx/win/window_impl.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698