Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: ash/mus/root_window_controller.cc

Issue 2057793002: Reorganize event mojom files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos in comments. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/accelerator_registrar_unittest.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« no previous file with comments | « ash/mus/accelerator_registrar_unittest.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698