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 b8e73888299b5f056703842a8f5052a3d0f30340..29e76fa2fcc40c05dc7a63c1dad3640bd32a29e3 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::MakeRequest(&service_); |
+ mojo::InterfaceRequest<MojoInterface> req(&service_); |
service_.set_connection_error_handler(on_error_callback_); |
helper_->Start(MojoInterface::Name_, req.PassMessagePipe()); |
} |