| Index: ui/views/test/views_test_base.h
|
| diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
|
| index c9c674b6c267a2aa09840863fcf4feb50c030c99..efc97afd91cc3149a48b789618f443a0631c633c 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -17,6 +17,10 @@ class TestActivationClient;
|
| }
|
| }
|
|
|
| +namespace ui {
|
| +class InputMethod;
|
| +}
|
| +
|
| namespace views {
|
|
|
| class TestViewsDelegate;
|
| @@ -48,6 +52,7 @@ class ViewsTestBase : public testing::Test {
|
| scoped_ptr<TestViewsDelegate> views_delegate_;
|
| #if defined(USE_AURA)
|
| scoped_ptr<aura::test::TestActivationClient> test_activation_client_;
|
| + scoped_ptr<ui::InputMethod> test_input_method_;
|
| #endif
|
| bool setup_called_;
|
| bool teardown_called_;
|
|
|