| Index: ash/mus/accelerators/accelerator_controller_registrar.h
|
| diff --git a/ash/mus/accelerators/accelerator_controller_registrar.h b/ash/mus/accelerators/accelerator_controller_registrar.h
|
| index 19075df17fe7b1820b3042b4e80478cf2d05e548..b0b86099fe294ae234ed6f03c50616cd03779aa7 100644
|
| --- a/ash/mus/accelerators/accelerator_controller_registrar.h
|
| +++ b/ash/mus/accelerators/accelerator_controller_registrar.h
|
| @@ -52,7 +52,7 @@ class AcceleratorControllerRegistrar : public AcceleratorHandler,
|
| // |accelerator| and adds them to the provided |accelerator_vector|.
|
| void AddAcceleratorToVector(
|
| const ui::Accelerator& accelerator,
|
| - std::vector<ui::mojom::AcceleratorPtr>& accelerator_vector);
|
| + std::vector<ui::mojom::WmAcceleratorPtr>& accelerator_vector);
|
|
|
| // The flow of accelerators in ash is:
|
| // . wm::AcceleratorFilter() sees events first as it's a pre-target handler.
|
|
|