| Index: ash/mus/root_window_controller.cc
|
| diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc
|
| index 465d4d05d2aec42bc004b355482e2d63fb6a381c..32814fd20174618f54dc5869a08e139301db2e60 100644
|
| --- a/ash/mus/root_window_controller.cc
|
| +++ b/ash/mus/root_window_controller.cc
|
| @@ -161,8 +161,8 @@ RootWindowController::~RootWindowController() {}
|
| void RootWindowController::AddAccelerators() {
|
| window_manager_client()->AddAccelerator(
|
| kWindowSwitchAccelerator,
|
| - ::mus::CreateKeyMatcher(::mus::mojom::KeyboardCode::TAB,
|
| - ::mus::mojom::kEventFlagControlDown),
|
| + ::mus::CreateKeyMatcher(ui::mojom::KeyboardCode::TAB,
|
| + ui::mojom::kEventFlagControlDown),
|
| base::Bind(&AssertTrue));
|
| }
|
|
|
|
|