summaryrefslogtreecommitdiffstats
path: root/ash/test/ash_test_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test/ash_test_helper.h')
-rw-r--r--ash/test/ash_test_helper.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
index a1974cb..706cfeb 100644
--- a/ash/test/ash_test_helper.h
+++ b/ash/test/ash_test_helper.h
@@ -20,9 +20,11 @@ namespace ui {
class ScopedAnimationDurationScaleMode;
} // namespace ui
-namespace wm {
+namespace views {
+namespace corewm {
class WMState;
}
+}
namespace ash {
namespace test {
@@ -66,7 +68,7 @@ class AshTestHelper {
// Owned by ash::AcceleratorController
TestScreenshotDelegate* test_screenshot_delegate_;
- scoped_ptr<wm::WMState> wm_state_;
+ scoped_ptr<views::corewm::WMState> wm_state_;
// Check if DBus Thread Manager was initialized here.
bool dbus_thread_manager_initialized_;