| Index: content/common/p2p_messages.h
|
| diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
|
| index 8154e634c29cefb9f029e5423ae34ba7abdc6232..e1237947743fffe4aba0899a4a15c719dd674356 100644
|
| --- a/content/common/p2p_messages.h
|
| +++ b/content/common/p2p_messages.h
|
| @@ -29,6 +29,7 @@ IPC_STRUCT_TRAITS_BEGIN(net::NetworkInterface)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(address)
|
| IPC_STRUCT_TRAITS_MEMBER(network_prefix)
|
| + IPC_STRUCT_TRAITS_MEMBER(ip_address_attributes)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(rtc::PacketTimeUpdateParams)
|
|
|