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 991473bd957039a299e94aed4a039cb86999726b..9d75fa7508bbb7200b1207bc6323861e975f1db5 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::Shell* shell); |
+ void ConnectViaWindowTreeFactory(mojo::Connector* connector); |
// Wait for OnEmbed(), returning when done. |
void WaitForEmbed(); |