diff options
Diffstat (limited to 'ppapi/proxy/proxy_channel.h')
-rw-r--r-- | ppapi/proxy/proxy_channel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h index 2aba843..744d087 100644 --- a/ppapi/proxy/proxy_channel.h +++ b/ppapi/proxy/proxy_channel.h @@ -10,6 +10,7 @@ #include "ipc/ipc_message.h" #include "ipc/ipc_platform_file.h" #include "ipc/ipc_sync_channel.h" +#include "ppapi/proxy/ppapi_proxy_export.h" namespace base { class MessageLoopProxy; @@ -25,8 +26,9 @@ namespace proxy { class VarSerializationRules; -class ProxyChannel : public IPC::Channel::Listener, - public IPC::Message::Sender { +class PPAPI_PROXY_EXPORT ProxyChannel + : public IPC::Channel::Listener, + public IPC::Message::Sender { public: typedef void (*ShutdownModuleFunc)(); |