| 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 48c7fcf6cab3ad48b96965dd0a6acc82c451f5ad..7d2f80e5c42b4abea2cc6739200e0d31b174270a 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -76,9 +76,12 @@ void UpdateSpdySessionDependencies(
|
| SpdySessionDependencies* session_deps) {
|
| switch (test_params.ssl_type) {
|
| case SPDYNPN:
|
| - session_deps->http_server_properties.SetAlternateProtocol(
|
| - HostPortPair("www.google.com", 80), 443,
|
| - AlternateProtocolFromNextProto(test_params.protocol), 1);
|
| + session_deps->http_server_properties.SetAlternativeService(
|
| + HostPortPair("www.google.com", 80),
|
| + AlternativeService(
|
| + AlternateProtocolFromNextProto(test_params.protocol),
|
| + "www.google.com", 443),
|
| + 1);
|
| session_deps->use_alternate_protocols = true;
|
| session_deps->next_protos = SpdyNextProtos();
|
| break;
|
|
|