| Index: net/udp/udp_socket_win.h
|
| diff --git a/net/udp/udp_socket_win.h b/net/udp/udp_socket_win.h
|
| index d994eece81e55c8a6bdb98f9b5e156d6d9f75400..458c77554121421a54829e45ad40aaca896794aa 100644
|
| --- a/net/udp/udp_socket_win.h
|
| +++ b/net/udp/udp_socket_win.h
|
| @@ -50,7 +50,7 @@ class NET_EXPORT UDPSocketWin
|
|
|
| // 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;
|
|
|