| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 4a248aac2fa8e145559a3a64cf9b9feefec9f58f..13e3bff8454c34fa6cb6a1a9c39c8467fdecb974 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -934,8 +934,7 @@ void RenderProcessHostImpl::InitializeChannelProxy() {
|
| // ServiceManagerConnection prior to this point. This class of test code
|
| // doesn't care about render processes, so we can initialize a dummy
|
| // connection.
|
| - service_manager::mojom::ServiceRequest request =
|
| - mojo::MakeRequest(&test_service_);
|
| + service_manager::mojom::ServiceRequest request(&test_service_);
|
| ServiceManagerConnection::SetForProcess(ServiceManagerConnection::Create(
|
| std::move(request), io_task_runner));
|
| }
|
|
|