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 4f5aa1c10952598d14ef6cd7c95b60e19febb7b1..8751efde0a3ac36440f39482f3923a38fa46eb8a 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -177,7 +177,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)); |
scoped_ptr<QuicPacket> shlo(ConstructServerHelloPacket( |
guid_, &clock_, &random_generator_, "www.google.com")); |