| Index: services/ui/common/accelerator_util.h
|
| diff --git a/services/ui/common/accelerator_util.h b/services/ui/common/accelerator_util.h
|
| index 2ce8695251ce833a1b925fbdcd0a518e92dc3255..06a306ca09af3a4d1c76e1fbc119b536f2c0ba7a 100644
|
| --- a/services/ui/common/accelerator_util.h
|
| +++ b/services/ui/common/accelerator_util.h
|
| @@ -18,12 +18,12 @@ mojom::EventMatcherPtr CreateKeyMatcher(ui::mojom::KeyboardCode code,
|
| int flags);
|
|
|
| // Construct accelerator vector from the provided |id| and |event_matcher|
|
| -std::vector<ui::mojom::AcceleratorPtr> CreateAcceleratorVector(
|
| +std::vector<ui::mojom::WmAcceleratorPtr> CreateAcceleratorVector(
|
| uint32_t id,
|
| ui::mojom::EventMatcherPtr event_matcher);
|
|
|
| // Construct accelerator from the provided |id| and |event_matcher|
|
| -ui::mojom::AcceleratorPtr CreateAccelerator(
|
| +ui::mojom::WmAcceleratorPtr CreateAccelerator(
|
| uint32_t id,
|
| ui::mojom::EventMatcherPtr event_matcher);
|
|
|
|
|