| Index: content/browser/renderer_host/p2p/socket_host.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host.h b/content/browser/renderer_host/p2p/socket_host.h
|
| index a3af7b3ef4d693af9a347f4327237d9914327c53..e69ed25909bc41992dddae865b47f5731a8d853c 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_HOST_H_
|
| #define CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_HOST_H_
|
|
|
| +#include "content/common/content_export.h"
|
| #include "content/common/p2p_sockets.h"
|
|
|
| #include "ipc/ipc_message.h"
|
| @@ -13,7 +14,7 @@
|
| namespace content {
|
|
|
| // Base class for P2P sockets.
|
| -class P2PSocketHost {
|
| +class CONTENT_EXPORT P2PSocketHost {
|
| public:
|
| // Creates P2PSocketHost of the specific type.
|
| static P2PSocketHost* Create(IPC::Message::Sender* message_sender,
|
|
|