| 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;
|
|
|