Index: content/browser/renderer_host/p2p/socket_host_tcp_server.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp_server.h b/content/browser/renderer_host/p2p/socket_host_tcp_server.h |
index 110075e6f73dd852d2dd365d8e3b3a403794ce2b..f9647748fd7ed4c8e4f7833068c92a10a055f052 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_tcp_server.h |
+++ b/content/browser/renderer_host/p2p/socket_host_tcp_server.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop.h" |
#include "content/browser/renderer_host/p2p/socket_host.h" |
+#include "content/common/content_export.h" |
#include "content/common/p2p_sockets.h" |
#include "net/socket/tcp_server_socket.h" |
@@ -21,7 +22,7 @@ class StreamSocket; |
namespace content { |
-class P2PSocketHostTcpServer : public P2PSocketHost { |
+class CONTENT_EXPORT P2PSocketHostTcpServer : public P2PSocketHost { |
public: |
P2PSocketHostTcpServer(IPC::Message::Sender* message_sender, |
int routing_id, int id); |