| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index 41d6b6247421cfb9d6e448affe4665db559dab27..0ef8c86b88330f965d3ad0dc1a03741e9ace4c68 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -9,6 +9,7 @@
|
| #include "ash/common/accelerators/accelerator_controller.h"
|
| #include "ash/common/accelerators/ash_focus_manager_factory.h"
|
| #include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/cast_config_controller.h"
|
| #include "ash/common/devtools/ash_devtools_css_agent.h"
|
| #include "ash/common/devtools/ash_devtools_dom_agent.h"
|
| #include "ash/common/focus_cycler.h"
|
| @@ -247,6 +248,7 @@ void WmShell::SetPaletteDelegateForTesting(
|
|
|
| WmShell::WmShell(std::unique_ptr<ShellDelegate> shell_delegate)
|
| : delegate_(std::move(shell_delegate)),
|
| + cast_config_(base::MakeUnique<CastConfigController>()),
|
| focus_cycler_(base::MakeUnique<FocusCycler>()),
|
| immersive_context_(base::MakeUnique<ImmersiveContextAsh>()),
|
| locale_notification_controller_(
|
|
|