| Index: content/common/p2p_messages.h
 | 
| diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
 | 
| index e23ce8ff6d5e72358a3198992e5d28a0640e7f1c..d5ee30ebb63c04d3267e7a62c3dfbb178d38d1b3 100644
 | 
| --- a/content/common/p2p_messages.h
 | 
| +++ b/content/common/p2p_messages.h
 | 
| @@ -58,8 +58,10 @@ IPC_STRUCT_TRAITS_END()
 | 
|  
 | 
|  // P2P Socket messages sent from the browser to the renderer.
 | 
|  
 | 
| -IPC_MESSAGE_CONTROL1(P2PMsg_NetworkListChanged,
 | 
| -                     net::NetworkInterfaceList /* networks */)
 | 
| +IPC_MESSAGE_CONTROL3(P2PMsg_NetworkListChanged,
 | 
| +                     net::NetworkInterfaceList /* networks */,
 | 
| +                     net::IPAddressNumber /* default_ipv4_local_address */,
 | 
| +                     net::IPAddressNumber /* default_ipv6_local_address */)
 | 
|  
 | 
|  IPC_MESSAGE_CONTROL2(P2PMsg_GetHostAddressResult,
 | 
|                       int32 /* request_id */,
 | 
| 
 |