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

Unified Diff: content/public/common/child_process_host_delegate.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/public/common/child_process_host_delegate.h ('k') | content/public/common/connection_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host_delegate.cc
diff --git a/content/public/common/child_process_host_delegate.cc b/content/public/common/child_process_host_delegate.cc
index 9efd37535e454579b1d9d3e58191026489736338..5afe0dd6c790cd41b621be12dffe7acf6d57c589 100644
--- a/content/public/common/child_process_host_delegate.cc
+++ b/content/public/common/child_process_host_delegate.cc
@@ -10,7 +10,8 @@ bool ChildProcessHostDelegate::CanShutdown() {
return true;
}
-shell::InterfaceProvider* ChildProcessHostDelegate::GetRemoteInterfaces() {
+service_manager::InterfaceProvider*
+ChildProcessHostDelegate::GetRemoteInterfaces() {
return nullptr;
}
« no previous file with comments | « content/public/common/child_process_host_delegate.h ('k') | content/public/common/connection_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698