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

Unified Diff: content/renderer/p2p/host_address_request.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
« no previous file with comments | « content/common/p2p_sockets.h ('k') | content/renderer/p2p/host_address_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/host_address_request.h
diff --git a/content/renderer/p2p/host_address_request.h b/content/renderer/p2p/host_address_request.h
index 14a5ae0a6a7993f2f742b01fa5ace3b4989e8859..a05cd1d05f2321935263af160de1eab9fee59c5c 100644
--- a/content/renderer/p2p/host_address_request.h
+++ b/content/renderer/p2p/host_address_request.h
@@ -15,6 +15,8 @@ namespace base {
class MessageLoopProxy;
} // namespace base
+namespace content {
+
class P2PSocketDispatcher;
class P2PHostAddressRequest :
@@ -65,4 +67,6 @@ class P2PHostAddressRequest :
DISALLOW_COPY_AND_ASSIGN(P2PHostAddressRequest);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_P2P_HOST_ADDRESS_REQUEST_H_
« no previous file with comments | « content/common/p2p_sockets.h ('k') | content/renderer/p2p/host_address_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698