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..ed5013dc3e17c1a87ef21bde769354af625b27ae 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,7 +20,7 @@ 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* |
+FILEAPI_EXPORT net::URLRequestJobFactory::ProtocolHandler* |
CreateFileSystemProtocolHandler(FileSystemContext* context); |
benwells
2012/05/29 10:23:00
I should fix this indent while I am here.
|
} // namespace fileapi |