| Index: content/public/browser/utility_process_mojo_client.h
|
| diff --git a/content/public/browser/utility_process_mojo_client.h b/content/public/browser/utility_process_mojo_client.h
|
| index e81667bfae2ff530fe755cc17a7a869411d0a8bf..b8e73888299b5f056703842a8f5052a3d0f30340 100644
|
| --- a/content/public/browser/utility_process_mojo_client.h
|
| +++ b/content/public/browser/utility_process_mojo_client.h
|
| @@ -56,7 +56,7 @@ class UtilityProcessMojoClient {
|
|
|
| start_called_ = true;
|
|
|
| - mojo::InterfaceRequest<MojoInterface> req = mojo::GetProxy(&service_);
|
| + mojo::InterfaceRequest<MojoInterface> req = mojo::MakeRequest(&service_);
|
| service_.set_connection_error_handler(on_error_callback_);
|
| helper_->Start(MojoInterface::Name_, req.PassMessagePipe());
|
| }
|
|
|