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

Unified Diff: mash/catalog_viewer/catalog_viewer.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 | « mash/catalog_viewer/catalog_viewer.h ('k') | mash/catalog_viewer/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/catalog_viewer/catalog_viewer.cc
diff --git a/mash/catalog_viewer/catalog_viewer.cc b/mash/catalog_viewer/catalog_viewer.cc
index 5eaf7957b7d52161a041d2bc10e2250e6390d32c..45718a3019b5efbf886e718fd32c5ba830696609 100644
--- a/mash/catalog_viewer/catalog_viewer.cc
+++ b/mash/catalog_viewer/catalog_viewer.cc
@@ -165,7 +165,7 @@ void CatalogViewer::RemoveWindow(views::Widget* window) {
base::MessageLoop::current()->QuitWhenIdle();
}
-void CatalogViewer::OnStart(const shell::Identity& identity) {
+void CatalogViewer::OnStart(const service_manager::Identity& identity) {
tracing_.Initialize(connector(), identity.name());
aura_init_.reset(
@@ -174,8 +174,8 @@ void CatalogViewer::OnStart(const shell::Identity& identity) {
views::WindowManagerConnection::Create(connector(), identity);
}
-bool CatalogViewer::OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry) {
+bool CatalogViewer::OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry) {
registry->AddInterface<mojom::Launchable>(this);
return true;
}
@@ -197,7 +197,7 @@ void CatalogViewer::Launch(uint32_t what, mojom::LaunchMode how) {
windows_.push_back(window);
}
-void CatalogViewer::Create(const shell::Identity& remote_identity,
+void CatalogViewer::Create(const service_manager::Identity& remote_identity,
mojom::LaunchableRequest request) {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « mash/catalog_viewer/catalog_viewer.h ('k') | mash/catalog_viewer/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698