| Index: components/arc/net/arc_net_host_impl.cc
|
| diff --git a/components/arc/net/arc_net_host_impl.cc b/components/arc/net/arc_net_host_impl.cc
|
| index d2612dacb0477bcf7e8342e4608cf660736fec0b..fa1f19987aa2e6ba00135c1036a07a728f13137e 100644
|
| --- a/components/arc/net/arc_net_host_impl.cc
|
| +++ b/components/arc/net/arc_net_host_impl.cc
|
| @@ -306,7 +306,7 @@ void ArcNetHostImpl::OnInstanceReady() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
|
|
| mojom::NetHostPtr host;
|
| - binding_.Bind(GetProxy(&host));
|
| + binding_.Bind(MakeRequest(&host));
|
| auto* instance = arc_bridge_service()->net()->GetInstanceForMethod("Init");
|
| DCHECK(instance);
|
| instance->Init(std::move(host));
|
|
|