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

Unified Diff: content/browser/renderer_host/p2p/socket_dispatcher_host.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_dispatcher_host.h
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
index 54a91c6260ee271dcb715d6b32ce9d6317d7e465..ea89f78bbd98b1f0f71dc329bf7f445cc0b226d8 100644
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
@@ -13,10 +13,9 @@
#include "net/base/network_change_notifier.h"
namespace content {
-class ResourceContext;
-} // namespace content
class P2PSocketHost;
+class ResourceContext;
class P2PSocketDispatcherHost
: public BrowserMessageFilter,
@@ -85,4 +84,6 @@ class P2PSocketDispatcherHost
DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcherHost);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_DISPATCHER_HOST_H_

Powered by Google App Engine
This is Rietveld 408576698