| Index: net/quic/quic_stream_factory_test.cc
|
| diff --git a/net/quic/quic_stream_factory_test.cc b/net/quic/quic_stream_factory_test.cc
|
| index a42f96a4d48b13b7246701b721b9d45ae30e3b54..afc13e8576cd4c60d12fd696aacf4f04c31a8216 100644
|
| --- a/net/quic/quic_stream_factory_test.cc
|
| +++ b/net/quic/quic_stream_factory_test.cc
|
| @@ -3574,7 +3574,9 @@ TEST_P(QuicStreamFactoryTest, EnableDelayTcpRace) {
|
|
|
| ServerNetworkStats stats1;
|
| stats1.srtt = base::TimeDelta::FromMicroseconds(10);
|
| - http_server_properties_.SetServerNetworkStats(host_port_pair_, stats1);
|
| + url::SchemeHostPort scheme_origin_pair("https", kDefaultServerHostName,
|
| + kDefaultServerPort);
|
| + http_server_properties_.SetServerNetworkStats(scheme_origin_pair, stats1);
|
|
|
| crypto_client_stream_factory_.set_handshake_mode(
|
| MockCryptoClientStream::ZERO_RTT);
|
|
|