| Index: services/ui/ws/window_manager_state_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_state_unittest.cc b/services/ui/ws/window_manager_state_unittest.cc
|
| index 76b1a25b44262b885a0add55da4f92fc0b563007..b09a6b05e42b17dc2a6b1a60540f571296b16180 100644
|
| --- a/services/ui/ws/window_manager_state_unittest.cc
|
| +++ b/services/ui/ws/window_manager_state_unittest.cc
|
| @@ -547,7 +547,7 @@ TEST_F(WindowManagerStateTest, PostAcceleratorForgotten) {
|
| // with no roots.
|
| TEST(WindowManagerStateShutdownTest, DestroyTreeBeforeDisplay) {
|
| WindowServerTestHelper ws_test_helper;
|
| - ws_test_helper.window_server_delegate()->set_num_displays_to_create(1);
|
| + ws_test_helper.window_server_delegate()->CreateDisplays(1);
|
| WindowServer* window_server = ws_test_helper.window_server();
|
| const UserId kUserId1 = "2";
|
| WindowManagerWindowTreeFactorySetTestApi(
|
|
|