Index: content/renderer/p2p/ipc_socket_factory.h |
diff --git a/content/renderer/p2p/ipc_socket_factory.h b/content/renderer/p2p/ipc_socket_factory.h |
index db410d6215df762c1af25be5264287af222d2625..035e1785ca48e25bdb22b568bdaf06fa4c016219 100644 |
--- a/content/renderer/p2p/ipc_socket_factory.h |
+++ b/content/renderer/p2p/ipc_socket_factory.h |
@@ -8,6 +8,8 @@ |
#include "base/basictypes.h" |
#include "third_party/libjingle/source/talk/base/packetsocketfactory.h" |
+namespace content { |
+ |
class P2PSocketDispatcher; |
// IpcPacketSocketFactory implements talk_base::PacketSocketFactory |
@@ -42,4 +44,6 @@ class IpcPacketSocketFactory : public talk_base::PacketSocketFactory { |
DISALLOW_COPY_AND_ASSIGN(IpcPacketSocketFactory); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_RENDERER_P2P_IPC_SOCKET_FACTORY_H_ |