| Index: components/mus/ws/window_manager_state.cc
|
| diff --git a/components/mus/ws/window_manager_state.cc b/components/mus/ws/window_manager_state.cc
|
| index 8117a20cc40ee938912f037f412fd1fcb8087990..b28716005977f1d07a0ca2b0723b2daec27c7a9c 100644
|
| --- a/components/mus/ws/window_manager_state.cc
|
| +++ b/components/mus/ws/window_manager_state.cc
|
| @@ -340,9 +340,9 @@ void WindowManagerState::AddDebugAccelerators() {
|
| // Always register the accelerators, even if they only work in debug, so that
|
| // keyboard behavior is the same in release and debug builds.
|
| mojom::EventMatcherPtr matcher = CreateKeyMatcher(
|
| - mus::mojom::KeyboardCode::S,
|
| - mus::mojom::kEventFlagControlDown | mus::mojom::kEventFlagAltDown
|
| - | mus::mojom::kEventFlagShiftDown);
|
| + ui::mojom::KeyboardCode::S, ui::mojom::kEventFlagControlDown |
|
| + ui::mojom::kEventFlagAltDown |
|
| + ui::mojom::kEventFlagShiftDown);
|
| event_dispatcher_.AddAccelerator(kPrintWindowsDebugAcceleratorId,
|
| std::move(matcher));
|
| }
|
|
|