Index: net/udp/udp_server_socket.h |
diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h |
index 46e8b78416cfad50335f18c79faac012462cf567..4ce73545412d1b9409430b0b2c81572bbc8cd2dc 100644 |
--- a/net/udp/udp_server_socket.h |
+++ b/net/udp/udp_server_socket.h |
@@ -31,8 +31,8 @@ class NET_EXPORT UDPServerSocket : public DatagramServerSocket { |
int buf_len, |
const IPEndPoint& address, |
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 void Close() OVERRIDE; |
virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE; |
virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE; |