| 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 06bc471447b822ee2a9bf951dc6a53373165e6f7..673d852e69f67c76d8ab1110b019aef0aa8afbc7 100644
|
| --- a/webkit/fileapi/file_system_url_request_job_factory.h
|
| +++ b/webkit/fileapi/file_system_url_request_job_factory.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/webkit_storage_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.
|
| -FILEAPI_EXPORT net::URLRequestJobFactory::ProtocolHandler*
|
| +WEBKIT_STORAGE_EXPORT net::URLRequestJobFactory::ProtocolHandler*
|
| CreateFileSystemProtocolHandler(FileSystemContext* context);
|
|
|
| } // namespace fileapi
|
|
|