Index: content/renderer/p2p/ipc_socket_factory.cc |
diff --git a/content/renderer/p2p/ipc_socket_factory.cc b/content/renderer/p2p/ipc_socket_factory.cc |
index c579433bf119d2ea63a16a5305e2994354bd7f02..64cc3e02e71069fd4621b0dc33f575b0647b0fc3 100644 |
--- a/content/renderer/p2p/ipc_socket_factory.cc |
+++ b/content/renderer/p2p/ipc_socket_factory.cc |
@@ -12,6 +12,8 @@ |
#include "jingle/glue/utils.h" |
#include "third_party/libjingle/source/talk/base/asyncpacketsocket.h" |
+namespace content { |
+ |
namespace { |
// IpcPacketSocket implements talk_base::AsyncPacketSocket interface |
@@ -362,3 +364,5 @@ talk_base::AsyncPacketSocket* IpcPacketSocketFactory::CreateClientTcpSocket( |
return NULL; |
return socket.release(); |
} |
+ |
+} // namespace content |