Index: content/browser/renderer_host/gtk_im_context_wrapper.cc |
diff --git a/content/browser/renderer_host/gtk_im_context_wrapper.cc b/content/browser/renderer_host/gtk_im_context_wrapper.cc |
index d4b77894f5aa254da9296e5811ea05056b2d438b..3601b8d1f5943a00237ff74a5e64e581b8063e0c 100644 |
--- a/content/browser/renderer_host/gtk_im_context_wrapper.cc |
+++ b/content/browser/renderer_host/gtk_im_context_wrapper.cc |
@@ -623,7 +623,7 @@ void GtkIMContextWrapper::SendFakeCompositionKeyEvent( |
void GtkIMContextWrapper::HandleCommitThunk( |
GtkIMContext* context, gchar* text, GtkIMContextWrapper* self) { |
- self->HandleCommit(UTF8ToUTF16(text)); |
+ self->HandleCommit(base::UTF8ToUTF16(text)); |
} |
void GtkIMContextWrapper::HandlePreeditStartThunk( |