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 641a3062c1ea71e45b8e95481a3a3914286c623b..4a5f333291d705f29d908270c08cea76123cc455 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -174,7 +174,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<bool> { |
connection_->SetSendAlgorithm(send_algorithm_); |
connection_->SetReceiveAlgorithm(receive_algorithm_); |
session_.reset(new QuicClientSession(connection_, helper_, NULL, |
- "www.google.com")); |
+ "www.google.com", NULL)); |
CryptoHandshakeMessage message; |
message.tag = kSHLO; |
session_->GetCryptoStream()->OnHandshakeMessage(message); |