| Index: net/spdy/spdy_network_transaction_unittest.cc
|
| diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc
|
| index 04d7eb127bd3091224838f321243a5bbef5f9716..b61a3c61fbd10f747c926d75c82ee1ed7bc70f36 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -109,7 +109,7 @@ void UpdateSpdySessionDependencies(SpdyNetworkTransactionTestParams test_params,
|
| if (test_params.ssl_type == HTTP_SPDY_VIA_ALT_SVC) {
|
| base::Time expiration = base::Time::Now() + base::TimeDelta::FromDays(1);
|
| session_deps->http_server_properties.SetAlternativeService(
|
| - HostPortPair("www.example.org", 80),
|
| + SchemeOriginPair("http", "www.example.org", 80),
|
| AlternativeService(AlternateProtocolFromNextProto(test_params.protocol),
|
| "www.example.org", 443),
|
| 1.0, expiration);
|
|
|