diff options
Diffstat (limited to 'ui/views/test/views_test_base.h')
-rw-r--r-- | ui/views/test/views_test_base.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h index 1e7c8df..32dd98c 100644 --- a/ui/views/test/views_test_base.h +++ b/ui/views/test/views_test_base.h @@ -16,9 +16,6 @@ namespace aura { class WindowTreeHost; -namespace test { -class AuraTestHelper; -} } namespace ui { @@ -27,9 +24,9 @@ class EventProcessor; namespace wm { class WMState; +class WMTestHelper; } - namespace views { // A base class for views unit test. It creates a message loop necessary @@ -68,7 +65,7 @@ class ViewsTestBase : public testing::Test { private: base::MessageLoopForUI message_loop_; scoped_ptr<TestViewsDelegate> views_delegate_; - scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; + scoped_ptr<wm::WMTestHelper> wm_test_helper_; scoped_ptr<wm::WMState> wm_state_; bool setup_called_; bool teardown_called_; |