| 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 f11cb656a9c372d94858c70ed960ad29a97e504a..f9b13ffc412c51e2fe924c844ad5b7c84d6fa124 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -77,7 +77,7 @@ void UpdateSpdySessionDependencies(
|
| case SPDYNPN:
|
| session_deps->http_server_properties.SetAlternateProtocol(
|
| HostPortPair("www.google.com", 80), 443,
|
| - AlternateProtocolFromNextProto(test_params.protocol));
|
| + AlternateProtocolFromNextProto(test_params.protocol), 1);
|
| session_deps->use_alternate_protocols = true;
|
| session_deps->next_protos = SpdyNextProtos();
|
| break;
|
|
|