summaryrefslogtreecommitdiffstats
path: root/chromium/net/udp/udp_client_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/udp/udp_client_socket.h')
-rw-r--r--chromium/net/udp/udp_client_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/net/udp/udp_client_socket.h b/chromium/net/udp/udp_client_socket.h
index e5cbdab23a5..c5fc8c03b6b 100644
--- a/chromium/net/udp/udp_client_socket.h
+++ b/chromium/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: