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_ |