| 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 1f326fef93f1940f9545e6973a41c1ced51be84f..d7423952aabf958f18f6f8019f81870c138f4746 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -55,10 +55,8 @@ class ViewsTestBase : public testing::Test {
|
| private:
|
| base::MessageLoopForUI message_loop_;
|
| scoped_ptr<TestViewsDelegate> views_delegate_;
|
| -#if defined(USE_AURA)
|
| scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
|
| scoped_ptr<views::corewm::WMState> wm_state_;
|
| -#endif
|
| bool setup_called_;
|
| bool teardown_called_;
|
|
|
|
|