| Index: net/udp/udp_socket_libevent.h
|
| diff --git a/net/udp/udp_socket_libevent.h b/net/udp/udp_socket_libevent.h
|
| index a434bb96a06d47dd959d5fa43b6919fb030814bf..c0821a8e8bc8f71efbd448f45696c9a201eb0153 100644
|
| --- a/net/udp/udp_socket_libevent.h
|
| +++ b/net/udp/udp_socket_libevent.h
|
| @@ -45,7 +45,7 @@ class NET_EXPORT UDPSocketLibevent : public base::NonThreadSafe {
|
|
|
| // Closes the socket.
|
| // TODO(rvargas, hidehiko): Disallow re-Open() after Close().
|
| - void Close();
|
| + int Close();
|
|
|
| // Copies the remote udp address into |address| and returns a net error code.
|
| int GetPeerAddress(IPEndPoint* address) const;
|
|
|