Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2150)

Unified Diff: content/common/p2p_messages.h

Issue 7715020: Move P2P code to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_udp_unittest.cc ('k') | content/common/p2p_sockets.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_udp_unittest.cc ('k') | content/common/p2p_sockets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698