Index: content/browser/renderer_host/p2p/socket_host.cc |
diff --git a/content/browser/renderer_host/p2p/socket_host.cc b/content/browser/renderer_host/p2p/socket_host.cc |
index 09942876a2a4b2c7caf07f7415bfa77f982efa59..ae77df5622be1b062e5604baefa956f77e026a3f 100644 |
--- a/content/browser/renderer_host/p2p/socket_host.cc |
+++ b/content/browser/renderer_host/p2p/socket_host.cc |
@@ -14,6 +14,8 @@ const int kStunHeaderSize = 20; |
const uint32 kStunMagicCookie = 0x2112A442; |
} // namespace |
+namespace content { |
+ |
P2PSocketHost::P2PSocketHost(IPC::Message::Sender* message_sender, |
int routing_id, int id) |
: message_sender_(message_sender), |
@@ -89,3 +91,5 @@ P2PSocketHost* P2PSocketHost::Create( |
NOTREACHED(); |
return NULL; |
} |
+ |
+} // namespace content |