Index: content/browser/renderer_host/gtk_im_context_wrapper.h |
diff --git a/content/browser/renderer_host/gtk_im_context_wrapper.h b/content/browser/renderer_host/gtk_im_context_wrapper.h |
index 9f1355143b9dcc40340466f73f8e6dbb86f84b6f..1647df1330fe404c913ea16b6b5e9e40ec1d8258 100644 |
--- a/content/browser/renderer_host/gtk_im_context_wrapper.h |
+++ b/content/browser/renderer_host/gtk_im_context_wrapper.h |
@@ -101,7 +101,7 @@ class GtkIMContextWrapper { |
// Sends a fake composition key event with specified event type. A composition |
// key event is a key event with special key code 229. |
- void SendFakeCompositionKeyEvent(WebKit::WebInputEvent::Type type); |
+ void SendFakeCompositionKeyEvent(blink::WebInputEvent::Type type); |
// Signal handlers of GtkIMContext object. |
static void HandleCommitThunk(GtkIMContext* context, gchar* text, |