| 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 fca054f9c44a1c962f032e5eac67247e004ce18a..a2682c505b111792d9a4f07cc5f7657023e93765 100644
|
| --- a/net/http/http_proxy_client_socket.h
|
| +++ b/net/http/http_proxy_client_socket.h
|
| @@ -82,8 +82,8 @@ class HttpProxyClientSocket : public ProxyClientSocket {
|
| virtual int Write(IOBuffer* buf,
|
| int buf_len,
|
| const CompletionCallback& callback) OVERRIDE;
|
| - virtual bool SetReceiveBufferSize(int32 size) OVERRIDE;
|
| - virtual bool SetSendBufferSize(int32 size) OVERRIDE;
|
| + virtual int SetReceiveBufferSize(int32 size) OVERRIDE;
|
| + virtual int SetSendBufferSize(int32 size) OVERRIDE;
|
| virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
|
|
|
|