| Index: ash/wm/overview/window_selector_unittest.cc
|
| diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
|
| index c200c381d318f38fce16cc24602a02bb1d066537..d0f63cd3e15ec1d0aa76c8e35e0306c8586da553 100644
|
| --- a/ash/wm/overview/window_selector_unittest.cc
|
| +++ b/ash/wm/overview/window_selector_unittest.cc
|
| @@ -269,7 +269,7 @@ TEST_F(WindowSelectorTest, Basic) {
|
|
|
| // The cursor should be visible and locked as a pointer
|
| EXPECT_EQ(ui::kCursorPointer,
|
| - root_window->GetDispatcher()->host()->last_cursor().native_type());
|
| + root_window->GetHost()->last_cursor().native_type());
|
| EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorLocked());
|
| EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorVisible());
|
|
|
|
|