| Index: net/http/http_stream_factory_impl.cc
|
| diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc
|
| index 7c44c0d4ed0604c8001ebf494ce27c64600780e7..c142224837ff831f7676376dfb54bfcc6e51b073 100644
|
| --- a/net/http/http_stream_factory_impl.cc
|
| +++ b/net/http/http_stream_factory_impl.cc
|
| @@ -195,7 +195,7 @@ void HttpStreamFactoryImpl::OnSpdySessionReady(
|
| const SSLConfig& used_ssl_config,
|
| const ProxyInfo& used_proxy_info,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated,
|
| + NextProto protocol_negotiated,
|
| bool using_spdy,
|
| const BoundNetLog& net_log) {
|
| const HostPortProxyPair& spdy_session_key =
|
|
|