| Index: net/quic/quic_http_stream_test.cc
|
| ===================================================================
|
| --- net/quic/quic_http_stream_test.cc (revision 182334)
|
| +++ net/quic/quic_http_stream_test.cc (working copy)
|
| @@ -174,7 +174,7 @@
|
| connection_->SetSendAlgorithm(send_algorithm_);
|
| connection_->SetReceiveAlgorithm(receive_algorithm_);
|
| session_.reset(new QuicClientSession(connection_, helper_, NULL,
|
| - "www.google.com", NULL));
|
| + "www.google.com"));
|
| CryptoHandshakeMessage message;
|
| message.tag = kSHLO;
|
| session_->GetCryptoStream()->OnHandshakeMessage(message);
|
|
|