| Index: net/http/proxy_client_socket.h
|
| diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h
|
| index 6557c883e0b9fcd2822d1bbbd6f56766f66a8fe8..ea55115b698e0f1e71d7bf13cc848936f2b4c74a 100644
|
| --- a/net/http/proxy_client_socket.h
|
| +++ b/net/http/proxy_client_socket.h
|
| @@ -6,14 +6,14 @@
|
| #define NET_HTTP_PROXY_CLIENT_SOCKET_H_
|
| #pragma once
|
|
|
| -#include "net/socket/client_socket.h"
|
| +#include "net/socket/stream_socket.h"
|
|
|
| namespace net {
|
|
|
| class HttpStream;
|
| class HttpResponseInfo;
|
|
|
| -class ProxyClientSocket : public ClientSocket {
|
| +class ProxyClientSocket : public StreamSocket {
|
| public:
|
| ProxyClientSocket() {}
|
| virtual ~ProxyClientSocket() {}
|
|
|