| Index: content/browser/renderer_host/p2p/socket_host_tcp.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.h b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| index c2757cd238849c3a03ce7aefa6fd4dca34abcded..e92b0f0298f0c14b89b15f4885398cc7a1beffb1 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.h
|
| @@ -24,7 +24,7 @@ class StreamSocket;
|
|
|
| namespace content {
|
|
|
| -class P2PSocketHostTcp : public P2PSocketHost {
|
| +class CONTENT_EXPORT P2PSocketHostTcp : public P2PSocketHost {
|
| public:
|
| P2PSocketHostTcp(IPC::Message::Sender* message_sender,
|
| int routing_id, int id);
|
|
|