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

Unified Diff: ash/mus/app_list_presenter_mus.h

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_launch_unittest.cc ('k') | ash/mus/app_list_presenter_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_list_presenter_mus.h
diff --git a/ash/mus/app_list_presenter_mus.h b/ash/mus/app_list_presenter_mus.h
index 61651ae65667df36fc422e42b2b89e14b7b30c12..2ed64ee8cc20e0aa7a466974c4104c1bf199e4d3 100644
--- a/ash/mus/app_list_presenter_mus.h
+++ b/ash/mus/app_list_presenter_mus.h
@@ -9,7 +9,7 @@
#include "ui/app_list/presenter/app_list_presenter.h"
#include "ui/app_list/presenter/app_list_presenter.mojom.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -19,7 +19,7 @@ namespace ash {
// talks to the app list service in chrome.
class AppListPresenterMus : public app_list::AppListPresenter {
public:
- explicit AppListPresenterMus(::shell::Connector* connector);
+ explicit AppListPresenterMus(service_manager::Connector* connector);
~AppListPresenterMus() override;
// app_list::AppListPresenter:
@@ -34,7 +34,7 @@ class AppListPresenterMus : public app_list::AppListPresenter {
// been established or has an error.
void ConnectIfNeeded();
- ::shell::Connector* connector_;
+ service_manager::Connector* connector_;
app_list::mojom::AppListPresenterPtr presenter_;
DISALLOW_COPY_AND_ASSIGN(AppListPresenterMus);
« no previous file with comments | « ash/mus/app_launch_unittest.cc ('k') | ash/mus/app_list_presenter_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698