| Index: content/browser/frame_host/render_frame_host_impl.cc
 | 
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
 | 
| index d3c54a37192e6d3f65b240502ac5f1a9f8da93a1..79d49831528508083280de32e0cafc1a39d7346a 100644
 | 
| --- a/content/browser/frame_host/render_frame_host_impl.cc
 | 
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
 | 
| @@ -613,7 +613,7 @@ RenderFrameHostImpl::GetRemoteAssociatedInterfaces() {
 | 
|      } else {
 | 
|        // The channel may not be initialized in some tests environments. In this
 | 
|        // case we set up a dummy interface provider.
 | 
| -      mojo::GetIsolatedProxy(&remote_interfaces);
 | 
| +      mojo::MakeIsolatedRequest(&remote_interfaces);
 | 
|      }
 | 
|      remote_associated_interfaces_.reset(new AssociatedInterfaceProviderImpl(
 | 
|          std::move(remote_interfaces)));
 | 
| 
 |