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 5cdf5cd29b54b65b84adb78e54f8dd9e2ce2315d..bff6b7fc7ecc3781359867f401d3ba0a20470aa6 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", net_log_.net_log())); |
CryptoHandshakeMessage message; |
message.tag = kSHLO; |
session_->GetCryptoStream()->OnHandshakeMessage(message); |