| Index: net/http/http_stream_factory_impl.h
|
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
|
| index 103e2c6d09e69cfaeaa94e639c1f760bf9e2b325..238b4355f8aa93a67d8ce5aa7e618dfe64ca6ccb 100644
|
| --- a/net/http/http_stream_factory_impl.h
|
| +++ b/net/http/http_stream_factory_impl.h
|
| @@ -74,7 +74,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
|
| 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);
|
|
|
|
|