Index: content/child/child_thread_impl.cc |
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc |
index 8151a2eb33bbdf9d070654f0143524daff0268db..3fb399ac79dc2829b686eb754a74a299d73123b8 100644 |
--- a/content/child/child_thread_impl.cc |
+++ b/content/child/child_thread_impl.cc |
@@ -398,7 +398,7 @@ void ChildThreadImpl::ConnectChannel() { |
} else { |
DCHECK(service_manager_connection_); |
IPC::mojom::ChannelBootstrapPtr bootstrap; |
- handle = mojo::GetProxy(&bootstrap).PassMessagePipe(); |
+ handle = mojo::MakeRequest(&bootstrap).PassMessagePipe(); |
service_manager_connection_->AddConnectionFilter( |
base::MakeUnique<ChannelBootstrapFilter>(bootstrap.PassInterface())); |
} |