| 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 a68615f8acd4e0c4cf8a2b3f50f0f87bab6ae83f..8c06bc1f2abfb89dc7dc19d08f54314741deb536 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -76,9 +76,11 @@ 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.AddAlternateProtocol(
|
| + HostPortPair("www.google.com", 80),
|
| + 443,
|
| + AlternateProtocolFromNextProto(test_params.protocol),
|
| + 1);
|
| session_deps->use_alternate_protocols = true;
|
| session_deps->next_protos = SpdyNextProtos();
|
| break;
|
|
|