| Index: webkit/fileapi/file_writer_delegate.h
|
| diff --git a/webkit/fileapi/file_writer_delegate.h b/webkit/fileapi/file_writer_delegate.h
|
| index 5629623afbeb55e0f4bcf38a6113747f0c4c5104..2f0721dea321d34f5c96aa871e22381f0215ab91 100644
|
| --- a/webkit/fileapi/file_writer_delegate.h
|
| +++ b/webkit/fileapi/file_writer_delegate.h
|
| @@ -13,8 +13,8 @@
|
| #include "net/base/file_stream.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/url_request/url_request.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/file_system_operation.h"
|
| +#include "webkit/storage/storage_export.h"
|
|
|
| namespace fileapi {
|
|
|
| @@ -22,7 +22,7 @@ class FileStreamWriter;
|
| class FileSystemOperationContext;
|
| class FileSystemQuotaUtil;
|
|
|
| -class FILEAPI_EXPORT_PRIVATE FileWriterDelegate
|
| +class STORAGE_EXPORT_PRIVATE FileWriterDelegate
|
| : public net::URLRequest::Delegate {
|
| public:
|
| enum WriteProgressStatus {
|
|
|