| Index: net/udp/udp_client_socket.h
|
| ===================================================================
|
| --- net/udp/udp_client_socket.h (revision 113718)
|
| +++ net/udp/udp_client_socket.h (working copy)
|
| @@ -32,8 +32,6 @@
|
| 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;
|
|
|