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

Unified Diff: content/renderer/p2p/ipc_socket_factory.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
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_

Powered by Google App Engine
This is Rietveld 408576698