Index: content/test/test_render_view_host.h |
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h |
index 02ad7cc0691fd0b4b9606ef45aba54f654f20af5..2437f593d782e90fd61a2b3d28ffc09fb5350e2e 100644 |
--- a/content/test/test_render_view_host.h |
+++ b/content/test/test_render_view_host.h |
@@ -31,7 +31,7 @@ |
// To use, derive your test base class from RenderViewHostImplTestHarness. |
struct FrameHostMsg_DidCommitProvisionalLoad_Params; |
-struct ViewHostMsg_TextInputState_Params; |
+struct TextInputState; |
Charlie Reis
2016/04/22 23:02:38
nit: Belongs in content namespace.
EhsanK
2016/04/25 19:09:00
Done.
|
namespace gfx { |
class Rect; |
@@ -100,8 +100,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
void Focus() override {} |
void SetIsLoading(bool is_loading) override {} |
void UpdateCursor(const WebCursor& cursor) override {} |
- void TextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params) override {} |
+ void TextInputStateChanged(const TextInputState& params) override {} |
void ImeCancelComposition() override {} |
void ImeCompositionRangeChanged( |
const gfx::Range& range, |