Index: webkit/plugins/ppapi/ppb_file_chooser_impl.h |
diff --git a/webkit/plugins/ppapi/ppb_file_chooser_impl.h b/webkit/plugins/ppapi/ppb_file_chooser_impl.h |
index 74c05d12dc3c7359f3060db6323961a4f1e3c474..8b76c4ffdd111b740ba7fccd89ec1bdbcf6f5e90 100644 |
--- a/webkit/plugins/ppapi/ppb_file_chooser_impl.h |
+++ b/webkit/plugins/ppapi/ppb_file_chooser_impl.h |
@@ -13,6 +13,7 @@ |
#include "ppapi/c/dev/ppb_file_chooser_dev.h" |
#include "ppapi/shared_impl/resource.h" |
#include "ppapi/thunk/ppb_file_chooser_api.h" |
+#include "webkit/plugins/webkit_plugins_export.h" |
struct PP_CompletionCallback; |
@@ -70,7 +71,7 @@ class PPB_FileChooser_Impl : public ::ppapi::Resource, |
// Splits a comma-separated MIME type list |accept_mime_types|, trims the |
// resultant split types, makes them lowercase, and returns them. |
// Though this should be private, this is public for testing. |
- static std::vector<WebKit::WebString> ParseAcceptValue( |
+ WEBKIT_PLUGINS_EXPORT static std::vector<WebKit::WebString> ParseAcceptValue( |
const std::string& accept_mime_types); |
private: |