| 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 0342c31e26f5f724f9852d9f5dedd9ebc517cebf..938a1d5cefcbadc4f0585ac1c73351aef8a76cd1 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -26,6 +26,7 @@ class WindowTreeClient;
|
| namespace ash {
|
| namespace mus {
|
|
|
| +class AcceleratorControllerDelegateMus;
|
| class WmRootWindowControllerMus;
|
| class WmWindowMus;
|
|
|
| @@ -102,6 +103,8 @@ class WmShellMus : public WmShell, public ::ui::WindowTreeClientObserver {
|
|
|
| std::vector<WmRootWindowControllerMus*> root_window_controllers_;
|
|
|
| + std::unique_ptr<AcceleratorControllerDelegateMus>
|
| + accelerator_controller_delegate_;
|
| std::unique_ptr<SessionStateDelegate> session_state_delegate_;
|
|
|
| base::ObserverList<WmActivationObserver> activation_observers_;
|
|
|