Index: ash/mus/bridge/wm_shell_mus.cc |
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc |
index 58ca302cbdb1e336f84a93e05e19434a3570e6b2..78959a48aad559e9114e08841a787df655b60d2d 100644 |
--- a/ash/mus/bridge/wm_shell_mus.cc |
+++ b/ash/mus/bridge/wm_shell_mus.cc |
@@ -122,7 +122,8 @@ WmShellMus::WmShellMus( |
window_manager->GetNextAcceleratorNamespaceId(&accelerator_namespace_id); |
// WmShellMus is created early on, so that this should always succeed. |
DCHECK(add_result); |
- accelerator_controller_delegate_.reset(new AcceleratorControllerDelegateMus); |
+ accelerator_controller_delegate_.reset( |
+ new AcceleratorControllerDelegateMus(window_manager_->connector())); |
accelerator_controller_registrar_.reset(new AcceleratorControllerRegistrar( |
window_manager_, accelerator_namespace_id)); |
SetAcceleratorController(base::MakeUnique<AcceleratorController>( |