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

Unified Diff: content/renderer/p2p/host_address_request.cc

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
« no previous file with comments | « content/renderer/p2p/host_address_request.h ('k') | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/host_address_request.cc
diff --git a/content/renderer/p2p/host_address_request.cc b/content/renderer/p2p/host_address_request.cc
index 2f795c7b1c8572a2305579324ece203c31c870e2..9b11602d0aebd874a9cac6244d1894aa8af8f9ac 100644
--- a/content/renderer/p2p/host_address_request.cc
+++ b/content/renderer/p2p/host_address_request.cc
@@ -9,6 +9,8 @@
#include "content/common/p2p_messages.h"
#include "content/renderer/p2p/socket_dispatcher.h"
+namespace content {
+
P2PHostAddressRequest::P2PHostAddressRequest(P2PSocketDispatcher* dispatcher)
: dispatcher_(dispatcher),
ipc_message_loop_(dispatcher->message_loop()),
@@ -76,3 +78,5 @@ void P2PHostAddressRequest::DeliverResponse(
state_ = STATE_FINISHED;
}
}
+
+} // namespace content
« no previous file with comments | « content/renderer/p2p/host_address_request.h ('k') | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698