| 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 00b183187a876ec29504a431f9be31d2d6c93926..212e5dc5f653577394ebc3933ba1aee484b21ecf 100644
|
| --- a/webkit/browser/fileapi/file_system_url_request_job_factory.h
|
| +++ b/webkit/browser/fileapi/file_system_url_request_job_factory.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| +#include "webkit/browser/storage_export.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
| @@ -22,7 +22,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_BROWSER_EXPORT net::URLRequestJobFactory::ProtocolHandler*
|
| +STORAGE_EXPORT net::URLRequestJobFactory::ProtocolHandler*
|
| CreateFileSystemProtocolHandler(const std::string& storage_domain,
|
| FileSystemContext* context);
|
|
|
|
|