Index: net/quic/quic_http_stream_test.cc |
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
index e0bfee7958a58ed4bba331b4524c7f03f822c7bf..ca23fd623e26306a1e66ba1d55694f4df9ae4cb3 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -176,7 +176,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<bool> { |
connection_->set_visitor(&visitor_); |
connection_->SetSendAlgorithm(send_algorithm_); |
connection_->SetReceiveAlgorithm(receive_algorithm_); |
- session_.reset(new QuicClientSession(connection_, helper_, NULL, |
+ session_.reset(new QuicClientSession(connection_, socket, NULL, |
"www.google.com", NULL)); |
CryptoHandshakeMessage message = |
CreateShloMessage(&clock_, &random_generator_, "www.google.com"); |