| Index: ash/mus/bridge/wm_shell_mus.h
|
| diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
|
| index c9a4c42a248adf022d2a7d8f1a88137f2673fc8c..63f5f59415e014b16d7d7fb3490bbee52cf876c7 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "ash/common/wm_shell.h"
|
| @@ -31,7 +32,7 @@ class WmWindowMus;
|
| // WmShell implementation for mus.
|
| class WmShellMus : public WmShell, public ::ui::WindowTreeClientObserver {
|
| public:
|
| - WmShellMus(ShellDelegate* delegate,
|
| + WmShellMus(std::unique_ptr<ShellDelegate> shell_delegate,
|
| ::ui::WindowTreeClient* client,
|
| shell::Connector* connector);
|
| ~WmShellMus() override;
|
|
|