Chromium Code Reviews| Index: ash/common/wm_shell.h |
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
| index 29991b90b2545672e24c4512ac621e878e692973..293cc4a23bdb61dc1b7bc28cbe5ce65c11d070b9 100644 |
| --- a/ash/common/wm_shell.h |
| +++ b/ash/common/wm_shell.h |
| @@ -218,7 +218,7 @@ class ASH_EXPORT WmShell { |
| #endif |
| protected: |
| - explicit WmShell(ShellDelegate* delegate); |
| + explicit WmShell(std::unique_ptr<ShellDelegate> shell_delegate); |
| virtual ~WmShell(); |
| base::ObserverList<ShellObserver>* shell_observers() { |