Index: webkit/browser/fileapi/file_system_url_request_job_factory.h |
diff --git a/webkit/browser/fileapi/file_system_url_request_job_factory.h b/webkit/browser/fileapi/file_system_url_request_job_factory.h |
index fc7bceab4226daf4f45ecc50a187ef4257943cbf..5bd3c0f91a69aa7c940ff525b6827192d6c9579a 100644 |
--- a/webkit/browser/fileapi/file_system_url_request_job_factory.h |
+++ b/webkit/browser/fileapi/file_system_url_request_job_factory.h |
@@ -7,7 +7,7 @@ |
#include "net/url_request/url_request_job_factory.h" |
-#include "webkit/storage/webkit_storage_export.h" |
+#include "webkit/browser/webkit_storage_browser_export.h" |
namespace base { |
class MessageLoopProxy; |
@@ -20,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. |
-WEBKIT_STORAGE_EXPORT net::URLRequestJobFactory::ProtocolHandler* |
+WEBKIT_STORAGE_BROWSER_EXPORT net::URLRequestJobFactory::ProtocolHandler* |
CreateFileSystemProtocolHandler(FileSystemContext* context); |
} // namespace fileapi |