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

Unified Diff: content/browser/renderer_host/p2p/socket_dispatcher_host.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
Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
index b1a5769255b48eaacb43d9e7b686aaac30004e90..5fa011fe7d10357e6665dce3eee913f429210e4a 100644
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
@@ -16,6 +16,8 @@
#include "net/base/single_request_host_resolver.h"
#include "net/base/sys_addrinfo.h"
+namespace content {
+
class P2PSocketDispatcherHost::DnsRequest {
public:
typedef base::Callback<void(const net::IPAddressNumber&)> DoneCallback;
@@ -281,3 +283,5 @@ void P2PSocketDispatcherHost::OnDestroySocket(const IPC::Message& msg,
LOG(ERROR) << "Received P2PHostMsg_DestroySocket for invalid socket_id.";
}
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698