| Index: content/common/p2p_messages.h
|
| diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
|
| index 7f2ec2ee6f7c54a08be43df69634a118e790418b..c2593bdedc431057cbda6fc4a79195ad890bfb63 100644
|
| --- a/content/common/p2p_messages.h
|
| +++ b/content/common/p2p_messages.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #define IPC_MESSAGE_START P2PMsgStart
|
|
|
| -IPC_ENUM_TRAITS(P2PSocketType)
|
| +IPC_ENUM_TRAITS(content::P2PSocketType)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(net::NetworkInterface)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| @@ -56,7 +56,7 @@ IPC_MESSAGE_ROUTED2(P2PHostMsg_GetHostAddress,
|
| int32 /* request_id */)
|
|
|
| IPC_MESSAGE_ROUTED4(P2PHostMsg_CreateSocket,
|
| - P2PSocketType /* type */,
|
| + content::P2PSocketType /* type */,
|
| int /* socket_id */,
|
| net::IPEndPoint /* local_address */,
|
| net::IPEndPoint /* remote_address */)
|
|
|