| Index: content/renderer/p2p/socket_dispatcher.h | 
| diff --git a/content/renderer/p2p/socket_dispatcher.h b/content/renderer/p2p/socket_dispatcher.h | 
| index 536c74657029701de2112c62474655f94256c9cc..9f8c7f9f15f4dbc3e5d471771c803b7f77c40c9f 100644 | 
| --- a/content/renderer/p2p/socket_dispatcher.h | 
| +++ b/content/renderer/p2p/socket_dispatcher.h | 
| @@ -93,7 +93,9 @@ class CONTENT_EXPORT P2PSocketDispatcher : public IPC::MessageFilter, | 
| void UnregisterHostAddressRequest(int id); | 
|  | 
| // Incoming message handlers. | 
| -  void OnNetworkListChanged(const net::NetworkInterfaceList& networks); | 
| +  void OnNetworkListChanged(const net::NetworkInterfaceList& networks, | 
| +                            const net::IPEndPoint& default_ipv4_local_address, | 
| +                            const net::IPEndPoint& default_ipv6_local_address); | 
| void OnGetHostAddressResult(int32 request_id, | 
| const net::IPAddressList& addresses); | 
| void OnSocketCreated(int socket_id, | 
|  |