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

Unified Diff: content/child/service_factory.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 | « content/child/service_factory.h ('k') | content/common/child_process_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/service_factory.cc
diff --git a/content/child/service_factory.cc b/content/child/service_factory.cc
index 956be49eb33728724f65064342125e6b1ee282c0..41be4be42cf9a99e02973d7573d01bdbb3b2f327 100644
--- a/content/child/service_factory.cc
+++ b/content/child/service_factory.cc
@@ -16,8 +16,9 @@ namespace content {
ServiceFactory::ServiceFactory() {}
ServiceFactory::~ServiceFactory() {}
-void ServiceFactory::CreateService(shell::mojom::ServiceRequest request,
- const std::string& name) {
+void ServiceFactory::CreateService(
+ service_manager::mojom::ServiceRequest request,
+ const std::string& name) {
// Only register services on first run.
if (!has_registered_services_) {
DCHECK(services_.empty());
« no previous file with comments | « content/child/service_factory.h ('k') | content/common/child_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698