diff options
Diffstat (limited to 'ui/views/test/views_test_base.h')
-rw-r--r-- | ui/views/test/views_test_base.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h index c9c674b..eed6889 100644 --- a/ui/views/test/views_test_base.h +++ b/ui/views/test/views_test_base.h @@ -11,12 +11,6 @@ #include "testing/gtest/include/gtest/gtest.h" #include "ui/views/test/test_views_delegate.h" -namespace aura { -namespace test { -class TestActivationClient; -} -} - namespace views { class TestViewsDelegate; @@ -46,9 +40,6 @@ class ViewsTestBase : public testing::Test { private: MessageLoopForUI message_loop_; scoped_ptr<TestViewsDelegate> views_delegate_; -#if defined(USE_AURA) - scoped_ptr<aura::test::TestActivationClient> test_activation_client_; -#endif bool setup_called_; bool teardown_called_; |