| 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 cecfe7c2d823ab15bc2531f403980d778e84fd6d..f644af1dbbef893c3a4c4bfd62c0ed1d4f978cf2 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),
|
| + url::SchemeHostPort("http", "www.example.org", 80),
|
| AlternativeService(AlternateProtocolFromNextProto(test_params.protocol),
|
| "www.example.org", 443),
|
| expiration);
|
|
|