| Index: net/http/http_proxy_client_socket.h
|
| diff --git a/net/http/http_proxy_client_socket.h b/net/http/http_proxy_client_socket.h
|
| index 7410fac66f6b070f55a57da683416cc96b0623de..bd25babfd30893260491c5d4e086015529c8b401 100644
|
| --- a/net/http/http_proxy_client_socket.h
|
| +++ b/net/http/http_proxy_client_socket.h
|
| @@ -68,7 +68,7 @@ class HttpProxyClientSocket : public ProxyClientSocket {
|
| virtual const HttpResponseInfo* GetConnectResponseInfo() const;
|
| virtual HttpStream* CreateConnectResponseStream();
|
|
|
| - // ClientSocket methods:
|
| + // StreamSocket methods:
|
| virtual int Connect(CompletionCallback* callback);
|
| virtual void Disconnect();
|
| virtual bool IsConnected() const;
|
|
|