Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: webkit/plugins/ppapi/ppb_url_request_info_impl.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/plugins/ppapi/ppb_image_data_impl.h ('k') | webkit/plugins/ppapi/quota_file_io.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_url_request_info_impl.h
diff --git a/webkit/plugins/ppapi/ppb_url_request_info_impl.h b/webkit/plugins/ppapi/ppb_url_request_info_impl.h
index 65937c96762954430de6511276cb569a4f153adc..d9841f0fc745aafa024e5e0e0dcc2a1d66e5263f 100644
--- a/webkit/plugins/ppapi/ppb_url_request_info_impl.h
+++ b/webkit/plugins/ppapi/ppb_url_request_info_impl.h
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "ppapi/thunk/ppb_url_request_info_api.h"
#include "ppapi/shared_impl/url_request_info_impl.h"
+#include "webkit/plugins/webkit_plugins_export.h"
namespace WebKit {
class WebFrame;
@@ -18,7 +19,8 @@ class WebURLRequest;
namespace webkit {
namespace ppapi {
-class PPB_URLRequestInfo_Impl : public ::ppapi::URLRequestInfoImpl {
+class WEBKIT_PLUGINS_EXPORT PPB_URLRequestInfo_Impl :
+ public ::ppapi::URLRequestInfoImpl {
public:
explicit PPB_URLRequestInfo_Impl(
PP_Instance instance,
« no previous file with comments | « webkit/plugins/ppapi/ppb_image_data_impl.h ('k') | webkit/plugins/ppapi/quota_file_io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698