| Index: services/ui/ws/window_manager_client_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
|
| index 542c38c9dbcfedfc30027ebbd53fe81425d06c6d..0697239cfa0b7f2de3890ff73a3e1db538768805 100644
|
| --- a/services/ui/ws/window_manager_client_unittest.cc
|
| +++ b/services/ui/ws/window_manager_client_unittest.cc
|
| @@ -703,6 +703,7 @@ TEST_F(WindowServerTest, EstablishConnectionViaFactory) {
|
| aura::WindowTreeClient second_client(connector(), this);
|
| second_client.ConnectViaWindowTreeFactory();
|
| aura::WindowTreeHostMus window_tree_host_in_second_client(&second_client);
|
| + window_tree_host_in_second_client.InitHost();
|
| ASSERT_TRUE(second_client.GetRoots().count(
|
| window_tree_host_in_second_client.window()) > 0);
|
| // Wait for the window to appear in the wm.
|
|
|