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 5669e7d47c86dd33072d1bcbf21a6f91ae520b16..1f326fef93f1940f9545e6973a41c1ced51be84f 100644 |
--- a/ui/views/test/views_test_base.h |
+++ b/ui/views/test/views_test_base.h |
@@ -57,6 +57,7 @@ class ViewsTestBase : public testing::Test { |
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_; |