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

Unified Diff: services/navigation/view_impl.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 | « services/navigation/view_impl.h ('k') | services/service_manager/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.cc
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
index 958c46f6469dfb167f643c1624ec75d15f24bb0f..5be420e9c20035089de6734c04c618b4a397ea0e 100644
--- a/services/navigation/view_impl.cc
+++ b/services/navigation/view_impl.cc
@@ -58,10 +58,10 @@ mojom::NavigationEntryPtr EntryPtrFromNavEntry(
} // namespace
-ViewImpl::ViewImpl(std::unique_ptr<shell::Connector> connector,
+ViewImpl::ViewImpl(std::unique_ptr<service_manager::Connector> connector,
const std::string& client_user_id,
mojom::ViewClientPtr client,
- std::unique_ptr<shell::ServiceContextRef> ref)
+ std::unique_ptr<service_manager::ServiceContextRef> ref)
: connector_(std::move(connector)),
client_(std::move(client)),
ref_(std::move(ref)),
« no previous file with comments | « services/navigation/view_impl.h ('k') | services/service_manager/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698