| 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 09050de394a6d95dac5b3e91ff739244ab3276ad..3d8d7653abedacd6236e0314a995d77a933bc8d7 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::Connector* connector);
|
| + void ConnectViaWindowTreeFactory(shell::Connector* connector);
|
|
|
| // Wait for OnEmbed(), returning when done.
|
| void WaitForEmbed();
|
|
|