| Index: ash/mus/window_manager_application.h
|
| diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
|
| index 84477455955b4e47baaf01f93465996c8117eef0..f5027c12ce4c34b0ea8536e633d8038495ae4351 100644
|
| --- a/ash/mus/window_manager_application.h
|
| +++ b/ash/mus/window_manager_application.h
|
| @@ -65,7 +65,8 @@ class WindowManagerApplication
|
|
|
| void OnAcceleratorRegistrarDestroyed(AcceleratorRegistrarImpl* registrar);
|
|
|
| - void InitWindowManager(ui::WindowTreeClient* window_tree_client);
|
| + void InitWindowManager(
|
| + std::unique_ptr<ui::WindowTreeClient> window_tree_client);
|
|
|
| // shell::Service:
|
| void OnStart(const shell::Identity& identity) override;
|
|
|