| Index: content/common/p2p_messages.h
|
| diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
|
| index d01807fe9af70ea0268a596efd20193b75199ee2..f999b58ee55780bf3a40b0dc432634ce5a64e268 100644
|
| --- a/content/common/p2p_messages.h
|
| +++ b/content/common/p2p_messages.h
|
| @@ -28,6 +28,7 @@ IPC_STRUCT_TRAITS_BEGIN(net::NetworkInterface)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(address)
|
| + IPC_STRUCT_TRAITS_MEMBER(ip_address_attributes)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(rtc::PacketTimeUpdateParams)
|
|
|