summaryrefslogtreecommitdiffstats
path: root/ash/wm/overview/window_selector_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/overview/window_selector_unittest.cc')
-rw-r--r--ash/wm/overview/window_selector_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
index 476cbcd..db3c6fb5 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -255,7 +255,7 @@ TEST_F(WindowSelectorTest, Basic) {
// The cursor should be visible and locked as a pointer
EXPECT_EQ(ui::kCursorPointer,
- root_window->GetDispatcher()->last_cursor().native_type());
+ root_window->GetDispatcher()->host()->last_cursor().native_type());
EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorLocked());
EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorVisible());