| Index: services/ui/public/cpp/window_tree_client.h
|
| diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
|
| index a6d447e3e01daee5d06edd7855d1464ddcdf700f..bac7249cac6ab51f4ba3ccb37592e180cf382dae 100644
|
| --- a/services/ui/public/cpp/window_tree_client.h
|
| +++ b/services/ui/public/cpp/window_tree_client.h
|
| @@ -33,7 +33,7 @@ class Insets;
|
| class Size;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class Connector;
|
| }
|
|
|
| @@ -63,10 +63,10 @@ class WindowTreeClient : public mojom::WindowTreeClient,
|
| ~WindowTreeClient() override;
|
|
|
| // Establishes the connection by way of the WindowTreeFactory.
|
| - void ConnectViaWindowTreeFactory(shell::Connector* connector);
|
| + void ConnectViaWindowTreeFactory(service_manager::Connector* connector);
|
|
|
| // Establishes the connection by way of WindowManagerWindowTreeFactory.
|
| - void ConnectAsWindowManager(shell::Connector* connector);
|
| + void ConnectAsWindowManager(service_manager::Connector* connector);
|
|
|
| // Wait for OnEmbed(), returning when done.
|
| void WaitForEmbed();
|
|
|