| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index 88b40630f2b33e77de3cce7c337dc72fd7bc548b..e70ab9ce141014045f1d735fc8bc720e11a63b60 100644
|
| --- a/net/quic/quic_http_stream.cc
|
| +++ b/net/quic/quic_http_stream.cc
|
| @@ -111,7 +111,7 @@ int QuicHttpStream::SendRequest(const HttpRequestHeaders& request_headers,
|
| stream_->set_priority(priority);
|
| // Store the serialized request headers.
|
| CreateSpdyHeadersFromHttpRequest(*request_info_, request_headers,
|
| - &request_headers_, SPDY3, /*direct=*/true);
|
| + SPDY3, /*direct=*/true, &request_headers_);
|
|
|
| // Store the request body.
|
| request_body_stream_ = request_info_->upload_data_stream;
|
|
|