| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index e9d7568f63d00fe69536054eb69f4a3704eda74d..0b89deeb042505e252bd7a1b2f7f806af6ff8d2c 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -248,6 +248,7 @@ void WmShell::SetPaletteDelegateForTesting(
|
|
|
| WmShell::WmShell(std::unique_ptr<ShellDelegate> shell_delegate)
|
| : delegate_(std::move(shell_delegate)),
|
| + app_list_(base::MakeUnique<app_list::AppList>()),
|
| cast_config_(base::MakeUnique<CastConfigController>()),
|
| focus_cycler_(base::MakeUnique<FocusCycler>()),
|
| immersive_context_(base::MakeUnique<ImmersiveContextAsh>()),
|
|
|