| 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 fd191e9db063d1e1d2a325e08c5a9df8463c608a..c96590c2b9ce3bbf6ca6d826e19be45105d26f36 100644
|
| --- a/ash/wm/overview/window_selector_unittest.cc
|
| +++ b/ash/wm/overview/window_selector_unittest.cc
|
| @@ -1794,7 +1794,8 @@ TEST_P(WindowSelectorTest, MultiMonitorReversedOrder) {
|
|
|
| UpdateDisplay("400x400,400x400");
|
| Shell::GetInstance()->display_manager()->SetLayoutForCurrentDisplays(
|
| - test::CreateDisplayLayout(display::DisplayPlacement::LEFT, 0));
|
| + test::CreateDisplayLayout(display_manager(),
|
| + display::DisplayPlacement::LEFT, 0));
|
| aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| gfx::Rect bounds1(-350, 0, 100, 100);
|
| gfx::Rect bounds2(0, 0, 100, 100);
|
|
|