| Index: net/udp/udp_client_socket.h
|
| diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
|
| index e5cbdab23a5d5188a17caaa2448709e73e65efec..c5fc8c03b6b9dbb577748fb0e48d0b28272f4dd5 100644
|
| --- a/net/udp/udp_client_socket.h
|
| +++ b/net/udp/udp_client_socket.h
|
| @@ -32,8 +32,8 @@ class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
|
| virtual void Close() OVERRIDE;
|
| virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const 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 const BoundNetLog& NetLog() const OVERRIDE;
|
|
|
| private:
|
|
|