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

Unified Diff: webkit/plugins/ppapi/file_path.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/callbacks.h ('k') | webkit/plugins/ppapi/host_globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « webkit/plugins/ppapi/callbacks.h ('k') | webkit/plugins/ppapi/host_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698