| Index: net/http/proxy_client_socket.h
|
| diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h
|
| index 476e4788f561cee60c7abbd9e4836619984fd9f7..7a17a019a4e906d960d59e098b97cac9cbbf450e 100644
|
| --- a/net/http/proxy_client_socket.h
|
| +++ b/net/http/proxy_client_socket.h
|
| @@ -50,7 +50,7 @@ class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
|
| virtual bool IsUsingSpdy() const = 0;
|
|
|
| // Returns the protocol negotiated with the proxy.
|
| - virtual SSLClientSocket::NextProto GetProtocolNegotiated() const = 0;
|
| + virtual NextProto GetProtocolNegotiated() const = 0;
|
|
|
| protected:
|
| // The HTTP CONNECT method for establishing a tunnel connection is documented
|
|
|