Chromium Code Reviews| Index: net/udp/datagram_client_socket.h |
| diff --git a/net/udp/datagram_client_socket.h b/net/udp/datagram_client_socket.h |
| index eecd7f31cd0e664774a3bd007d115f19daa9d375..e8d54c18d515c9db817a3870d8a5b597f957e6c8 100644 |
| --- a/net/udp/datagram_client_socket.h |
| +++ b/net/udp/datagram_client_socket.h |
| @@ -32,7 +32,7 @@ class NET_EXPORT_PRIVATE DatagramClientSocket : public DatagramSocket, |
| // Returns the network that either BindToNetwork() or BindToDefaultNetwork() |
| // bound this socket to. Returns NetworkChangeNotifier::kInvalidNetworkHandle |
| // if not explicitly bound via BindToNetwork() or BindToDefaultNetwork(). |
| - virtual NetworkChangeNotifier::NetworkHandle GetBoundNetwork() = 0; |
| + virtual NetworkChangeNotifier::NetworkHandle GetBoundNetwork() const = 0; |
|
Ryan Hamilton
2015/12/18 21:51:24
I'd definitely break this out, if possible.
Jana
2015/12/21 23:10:19
Acknowledged.
|
| // Initialize this socket as a client socket to server at |address|. |
| // Returns a network error code. |