summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/view_event_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/view_event_test_base.h')
-rw-r--r--chrome/test/base/view_event_test_base.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/test/base/view_event_test_base.h b/chrome/test/base/view_event_test_base.h
index 8c7e686..397c9ad 100644
--- a/chrome/test/base/view_event_test_base.h
+++ b/chrome/test/base/view_event_test_base.h
@@ -34,9 +34,11 @@ namespace gfx {
class Size;
}
-namespace wm {
+namespace views {
+namespace corewm {
class WMState;
}
+}
// Base class for Views based tests that dispatch events.
//
@@ -154,7 +156,7 @@ class ViewEventTestBase : public views::WidgetDelegate,
#if defined(USE_AURA)
scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
- scoped_ptr<wm::WMState> wm_state_;
+ scoped_ptr<views::corewm::WMState> wm_state_;
#endif
ChromeViewsDelegate views_delegate_;