| Index: ppapi/shared_impl/url_request_info_impl.h
|
| ===================================================================
|
| --- ppapi/shared_impl/url_request_info_impl.h (revision 98434)
|
| +++ ppapi/shared_impl/url_request_info_impl.h (working copy)
|
| @@ -18,8 +18,8 @@
|
| class PPB_FileRef_API;
|
| }
|
|
|
| -struct PPB_URLRequestInfo_Data {
|
| - struct BodyItem {
|
| +struct PPAPI_SHARED_EXPORT PPB_URLRequestInfo_Data {
|
| + struct PPAPI_SHARED_EXPORT BodyItem {
|
| BodyItem();
|
| explicit BodyItem(const std::string& data);
|
| BodyItem(Resource* file_ref,
|
| @@ -90,8 +90,9 @@
|
| // ppapi_messages.h
|
| };
|
|
|
| -class URLRequestInfoImpl : public ::ppapi::Resource,
|
| - public ::ppapi::thunk::PPB_URLRequestInfo_API {
|
| +class PPAPI_SHARED_EXPORT URLRequestInfoImpl
|
| + : public ::ppapi::Resource,
|
| + public ::ppapi::thunk::PPB_URLRequestInfo_API {
|
| public:
|
| // This constructor initializes the object as a proxy object with the given
|
| // host resource.
|
|
|