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

Unified Diff: content/browser/utility_process_host_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 | « content/browser/utility_process_host_impl.h ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/utility_process_host_impl.cc
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
index 853b374b59d4f5b3f6a4d506f1c17ee8613d470c..059d3fca924070bcad3758282dbe4f2e18994ba3 100644
--- a/content/browser/utility_process_host_impl.cc
+++ b/content/browser/utility_process_host_impl.cc
@@ -229,7 +229,8 @@ bool UtilityProcessHostImpl::Start() {
return StartProcess();
}
-shell::InterfaceProvider* UtilityProcessHostImpl::GetRemoteInterfaces() {
+service_manager::InterfaceProvider*
+UtilityProcessHostImpl::GetRemoteInterfaces() {
return process_->child_connection()->GetRemoteInterfaces();
}
« no previous file with comments | « content/browser/utility_process_host_impl.h ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698