Index: webkit/fileapi/file_system_url_request_job_factory.h |
diff --git a/webkit/fileapi/file_system_url_request_job_factory.h b/webkit/fileapi/file_system_url_request_job_factory.h |
index c159a27bb1c7805eec4532386981f71d858504ff..06bc471447b822ee2a9bf951dc6a53373165e6f7 100644 |
--- a/webkit/fileapi/file_system_url_request_job_factory.h |
+++ b/webkit/fileapi/file_system_url_request_job_factory.h |
@@ -7,6 +7,8 @@ |
#include "net/url_request/url_request_job_factory.h" |
+#include "webkit/fileapi/fileapi_export.h" |
+ |
namespace base { |
class MessageLoopProxy; |
} // namespace base |
@@ -18,8 +20,8 @@ class FileSystemContext; |
// |context|'s lifetime should exceed the lifetime of the ProtocolHandler. |
// Currently, this is only used by ProfileIOData which owns |context| and the |
// ProtocolHandler. |
-net::URLRequestJobFactory::ProtocolHandler* |
-CreateFileSystemProtocolHandler(FileSystemContext* context); |
+FILEAPI_EXPORT net::URLRequestJobFactory::ProtocolHandler* |
+ CreateFileSystemProtocolHandler(FileSystemContext* context); |
} // namespace fileapi |