| Index: net/http/http_proxy_client_socket_pool.h
|
| diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h
|
| index 483520b0c1a8887c2fb88071569f8239a032b0d3..1b0afb43735165a455cbdcd92acc9d36d79a9b43 100644
|
| --- a/net/http/http_proxy_client_socket_pool.h
|
| +++ b/net/http/http_proxy_client_socket_pool.h
|
| @@ -161,7 +161,7 @@ class HttpProxyConnectJob : public ConnectJob {
|
| scoped_ptr<ProxyClientSocket> transport_socket_;
|
| bool using_spdy_;
|
| // Protocol negotiated with the server.
|
| - SSLClientSocket::NextProto protocol_negotiated_;
|
| + NextProto protocol_negotiated_;
|
|
|
| HttpResponseInfo error_response_info_;
|
|
|
|
|