| Index: components/mus/ws/window_tree_apptest.cc
|
| diff --git a/components/mus/ws/window_tree_apptest.cc b/components/mus/ws/window_tree_apptest.cc
|
| index db567a830d6ba88a2fcf62991cac146fd4f3023e..0d9e4f901327cb165e9da90a04bafefdf5d22966 100644
|
| --- a/components/mus/ws/window_tree_apptest.cc
|
| +++ b/components/mus/ws/window_tree_apptest.cc
|
| @@ -549,7 +549,7 @@ class WindowTreeAppTest : public mojo::test::ApplicationTestBase,
|
|
|
| factory->CreateWindowTreeHost(GetProxy(&host_),
|
| mojom::WindowTreeHostClientPtr(),
|
| - tree_client_ptr.Pass());
|
| + tree_client_ptr.Pass(), nullptr);
|
|
|
| // Next we should get an embed call on the "window manager" client.
|
| vm_client1_->WaitForIncomingMethodCall();
|
|
|