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

Unified Diff: content/browser/renderer_host/p2p/socket_host_udp.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/browser/renderer_host/p2p/socket_host_udp.h
diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h
index 9294e8ace5ac868f3d49640478803367dd4ad252..d49f2c4ae27bba7a158b87ba4169cfd0c2bfe07e 100644
--- a/content/browser/renderer_host/p2p/socket_host_udp.h
+++ b/content/browser/renderer_host/p2p/socket_host_udp.h
@@ -17,6 +17,8 @@
#include "net/base/ip_endpoint.h"
#include "net/udp/udp_server_socket.h"
+namespace content {
+
class P2PSocketHostUdp : public P2PSocketHost {
public:
P2PSocketHostUdp(IPC::Message::Sender* message_sender,
@@ -59,4 +61,6 @@ class P2PSocketHostUdp : public P2PSocketHost {
DISALLOW_COPY_AND_ASSIGN(P2PSocketHostUdp);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_HOST_UDP_H_
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc ('k') | content/browser/renderer_host/p2p/socket_host_udp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698