| Index: components/mus/ws/event_dispatcher.h
|
| diff --git a/components/mus/ws/event_dispatcher.h b/components/mus/ws/event_dispatcher.h
|
| index cea8aad708ffc4c8143246420b0d92b8d54ab6b4..582ff2707e17fc42a92ae7ce53e3dfcb73dce2f2 100644
|
| --- a/components/mus/ws/event_dispatcher.h
|
| +++ b/components/mus/ws/event_dispatcher.h
|
| @@ -179,7 +179,7 @@ class EventDispatcher : public ServerWindowObserver {
|
| // Returns an Accelerator bound to the specified code/flags, and of the
|
| // matching |phase|. Otherwise returns null.
|
| Accelerator* FindAccelerator(const ui::KeyEvent& event,
|
| - const mojom::AcceleratorPhase phase);
|
| + const ui::mojom::AcceleratorPhase phase);
|
|
|
| // ServerWindowObserver:
|
| void OnWillChangeWindowHierarchy(ServerWindow* window,
|
|
|