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

Unified Diff: ash/mus/app_list_presenter_mus.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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/app_list_presenter_mus.h ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_list_presenter_mus.cc
diff --git a/ash/mus/app_list_presenter_mus.cc b/ash/mus/app_list_presenter_mus.cc
index ff8a648310786175ac70e003cf970bc171370ae4..613df6c91791ec9ace17e21a85322037d33b6f27 100644
--- a/ash/mus/app_list_presenter_mus.cc
+++ b/ash/mus/app_list_presenter_mus.cc
@@ -16,7 +16,7 @@ bool HasConnection(app_list::mojom::AppListPresenterPtr* interface_ptr) {
} // namespace
-AppListPresenterMus::AppListPresenterMus(::shell::Connector* connector)
+AppListPresenterMus::AppListPresenterMus(service_manager::Connector* connector)
: connector_(connector) {}
AppListPresenterMus::~AppListPresenterMus() {}
« no previous file with comments | « ash/mus/app_list_presenter_mus.h ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698