| Index: components/mus/ws/accelerator.cc
|
| diff --git a/components/mus/ws/accelerator.cc b/components/mus/ws/accelerator.cc
|
| index 259d601f86a3b040287c0e67d2c24bee54c75313..fd8cde39668988dadefdd20fe7b6e26c0c16d603 100644
|
| --- a/components/mus/ws/accelerator.cc
|
| +++ b/components/mus/ws/accelerator.cc
|
| @@ -16,7 +16,7 @@ Accelerator::Accelerator(uint32_t id, const mojom::EventMatcher& matcher)
|
| Accelerator::~Accelerator() {}
|
|
|
| bool Accelerator::MatchesEvent(const ui::Event& event,
|
| - const mojom::AcceleratorPhase phase) const {
|
| + const ui::mojom::AcceleratorPhase phase) const {
|
| if (accelerator_phase_ != phase)
|
| return false;
|
| if (!event_matcher_.MatchesEvent(event))
|
|
|