| Index: net/udp/udp_client_socket.h
|
| diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
|
| index b25df637e51291da23edd66408a014cba7dc4d3b..2fee21aca2fdfd7358b1a74c143bb44381140084 100644
|
| --- a/net/udp/udp_client_socket.h
|
| +++ b/net/udp/udp_client_socket.h
|
| @@ -32,6 +32,8 @@ class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
|
| const CompletionCallback& callback) OVERRIDE;
|
| virtual int Write(IOBuffer* buf, int buf_len,
|
| OldCompletionCallback* callback) OVERRIDE;
|
| + virtual int Write(IOBuffer* buf, int buf_len,
|
| + const CompletionCallback& callback) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
|
|