Chromium Code Reviews| 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())); |
|
eroman
2013/02/06 20:06:53
note: I expect you could also pass NULL here since
Ryan Hamilton
2013/02/07 21:36:29
Done.
|
| CryptoHandshakeMessage message; |
| message.tag = kSHLO; |
| session_->GetCryptoStream()->OnHandshakeMessage(message); |