| Index: net/http/http_network_layer.cc
|
| diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc
|
| index 258555f535ad2deae82364ae7d42290b77634b14..0704de420de32d29349e8e6d50f311387a362db3 100644
|
| --- a/net/http/http_network_layer.cc
|
| +++ b/net/http/http_network_layer.cc
|
| @@ -51,7 +51,9 @@
|
|
|
| // static
|
| void HttpNetworkLayer::ForceAlternateProtocol() {
|
| - AlternateProtocolInfo pair(443, NPN_SPDY_3, 1);
|
| + PortAlternateProtocolPair pair;
|
| + pair.port = 443;
|
| + pair.protocol = NPN_SPDY_3;
|
| HttpServerPropertiesImpl::ForceAlternateProtocol(pair);
|
| }
|
|
|
|
|