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

Unified Diff: ash/common/mojo_interface_factory.cc

Issue 2752593008: Move AcceleratorController from WmShell to Shell (Closed)
Patch Set: cleanup Created 3 years, 9 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
Index: ash/common/mojo_interface_factory.cc
diff --git a/ash/common/mojo_interface_factory.cc b/ash/common/mojo_interface_factory.cc
index 83aa475808a60609ae0d6b76ca2e5221139c290f..c8c174f1bb8a5dd76b23bfa4576695da7ffcd491 100644
--- a/ash/common/mojo_interface_factory.cc
+++ b/ash/common/mojo_interface_factory.cc
@@ -31,7 +31,7 @@ namespace {
void BindAcceleratorControllerRequestOnMainThread(
mojom::AcceleratorControllerRequest request) {
- WmShell::Get()->accelerator_controller()->BindRequest(std::move(request));
+ Shell::Get()->accelerator_controller()->BindRequest(std::move(request));
}
void BindAppListRequestOnMainThread(app_list::mojom::AppListRequest request) {

Powered by Google App Engine
This is Rietveld 408576698