Index: webkit/plugins/ppapi/file_path.h |
diff --git a/webkit/plugins/ppapi/file_path.h b/webkit/plugins/ppapi/file_path.h |
index 5630ca4d65fe1bcc83f4b2dbd289031c0de9569a..ce8fe534003f3c875978cdd3275d79c9f5802b4d 100644 |
--- a/webkit/plugins/ppapi/file_path.h |
+++ b/webkit/plugins/ppapi/file_path.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "base/file_path.h" |
+#include "webkit/plugins/webkit_plugins_export.h" |
namespace webkit { |
namespace ppapi { |
@@ -29,8 +30,8 @@ class PepperFilePath { |
DOMAIN_MAX_VALID = DOMAIN_MODULE_LOCAL |
}; |
- PepperFilePath(); |
- PepperFilePath(Domain d, const FilePath& p); |
+ WEBKIT_PLUGINS_EXPORT PepperFilePath(); |
+ WEBKIT_PLUGINS_EXPORT PepperFilePath(Domain d, const FilePath& p); |
static PepperFilePath MakeAbsolute(const FilePath& path); |
static PepperFilePath MakeModuleLocal(PluginModule* module, |