Index: content/browser/frame_host/render_widget_host_view_child_frame.cc |
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc |
index 192b35400c387589308eebbbe3b3c8f94587d368..944452ee6e38f735201b99f0444723cf875b4aaa 100644 |
--- a/content/browser/frame_host/render_widget_host_view_child_frame.cc |
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc |
@@ -25,6 +25,7 @@ |
#include "content/browser/renderer_host/render_widget_host_delegate.h" |
#include "content/browser/renderer_host/render_widget_host_impl.h" |
#include "content/browser/renderer_host/render_widget_host_input_event_router.h" |
+#include "content/common/text_input_state.h" |
#include "content/common/view_messages.h" |
#include "content/public/browser/render_process_host.h" |
#include "content/public/common/browser_plugin_guest_mode.h" |
@@ -220,7 +221,7 @@ void RenderWidgetHostViewChildFrame::SetIsLoading(bool is_loading) { |
} |
void RenderWidgetHostViewChildFrame::TextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params) { |
+ const TextInputState& params) { |
// TODO(kenrb): Implement. |
} |