Chromium Code Reviews| Index: ppapi/shared_impl/instance_impl.h |
| =================================================================== |
| --- ppapi/shared_impl/instance_impl.h (revision 98434) |
| +++ ppapi/shared_impl/instance_impl.h (working copy) |
| @@ -6,10 +6,11 @@ |
| #define PPAPI_SHARED_IMPL_INSTANCE_IMPL_H_ |
| #include "ppapi/c/pp_stdint.h" |
| +#include "ppapi/shared_impl/ppapi_shared_export.h" |
| namespace ppapi { |
| -class InstanceImpl { |
| +class PPAPI_SHARED_EXPORT InstanceImpl { |
| public: |
| virtual ~InstanceImpl(); |