| Index: components/mus/public/cpp/lib/window_tree_client_impl.h
|
| diff --git a/components/mus/public/cpp/lib/window_tree_client_impl.h b/components/mus/public/cpp/lib/window_tree_client_impl.h
|
| index 9898541e60f2718d76baae48d77e76b36889585f..681dbff241a4b11d899b46b058c88ff62a7f08ca 100644
|
| --- a/components/mus/public/cpp/lib/window_tree_client_impl.h
|
| +++ b/components/mus/public/cpp/lib/window_tree_client_impl.h
|
| @@ -45,7 +45,7 @@ class WindowTreeClientImpl : public WindowTreeConnection,
|
| ~WindowTreeClientImpl() override;
|
|
|
| // Establishes the connection by way of the WindowTreeFactory.
|
| - void ConnectViaWindowTreeFactory(mojo::ApplicationImpl* app);
|
| + void ConnectViaWindowTreeFactory(mojo::Shell* shell);
|
|
|
| // Wait for OnEmbed(), returning when done.
|
| void WaitForEmbed();
|
|
|