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

Unified Diff: content/renderer/p2p/socket_client.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/renderer/p2p/socket_client.h
diff --git a/content/renderer/p2p/socket_client.h b/content/renderer/p2p/socket_client.h
index 325241d8cc539d1283eda670cc6205cafec29916..103f729fc9df6416d6fa16790d27d97e19058b6f 100644
--- a/content/renderer/p2p/socket_client.h
+++ b/content/renderer/p2p/socket_client.h
@@ -15,6 +15,8 @@ namespace base {
class MessageLoopProxy;
} // namespace base
+namespace content {
+
class P2PSocketDispatcher;
// P2P socket that rountes all calls over IPC.
@@ -107,4 +109,6 @@ class P2PSocketClient : public base::RefCountedThreadSafe<P2PSocketClient> {
DISALLOW_COPY_AND_ASSIGN(P2PSocketClient);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_P2P_SOCKET_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698