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

Unified Diff: content/renderer/p2p/socket_dispatcher.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/renderer/p2p/socket_client.cc ('k') | content/renderer/p2p/socket_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/socket_dispatcher.h
diff --git a/content/renderer/p2p/socket_dispatcher.h b/content/renderer/p2p/socket_dispatcher.h
index 3dbc49dd288b519eac8b301417d73403b8a7f061..46b572a8adcf9bc64fb0fd9abc3efbebeb69bc83 100644
--- a/content/renderer/p2p/socket_dispatcher.h
+++ b/content/renderer/p2p/socket_dispatcher.h
@@ -38,6 +38,8 @@ namespace net {
class IPEndPoint;
} // namespace net
+namespace content {
+
class P2PHostAddressRequest;
class P2PSocketClient;
@@ -113,4 +115,6 @@ class P2PSocketDispatcher : public RenderViewObserver {
DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcher);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_P2P_SOCKET_DISPATCHER_H_
« no previous file with comments | « content/renderer/p2p/socket_client.cc ('k') | content/renderer/p2p/socket_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698