diff options
Diffstat (limited to 'net/http/http_proxy_client_socket.h')
-rw-r--r-- | net/http/http_proxy_client_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_proxy_client_socket.h b/net/http/http_proxy_client_socket.h index 7410fac..bd25bab 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; |