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

Unified Diff: content/common/child_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/common/child_process_host_impl.h ('k') | content/common/frame.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process_host_impl.cc
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
index cafb65cbefde04821caf9a2e95df93ef519c63a5..b4cde2c3835c195ab6f12282fe64976f2add0230 100644
--- a/content/common/child_process_host_impl.cc
+++ b/content/common/child_process_host_impl.cc
@@ -131,7 +131,8 @@ void ChildProcessHostImpl::AddFilter(IPC::MessageFilter* filter) {
filter->OnFilterAdded(channel_.get());
}
-shell::InterfaceProvider* ChildProcessHostImpl::GetRemoteInterfaces() {
+service_manager::InterfaceProvider*
+ChildProcessHostImpl::GetRemoteInterfaces() {
return delegate_->GetRemoteInterfaces();
}
@@ -160,7 +161,7 @@ void ChildProcessHostImpl::CreateChannelMojo() {
DCHECK(channel_id_.empty());
channel_id_ = "ChannelMojo";
- shell::InterfaceProvider* remote_interfaces = GetRemoteInterfaces();
+ service_manager::InterfaceProvider* remote_interfaces = GetRemoteInterfaces();
DCHECK(remote_interfaces);
IPC::mojom::ChannelBootstrapPtr bootstrap;
« no previous file with comments | « content/common/child_process_host_impl.h ('k') | content/common/frame.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698