| Index: webkit/fileapi/file_stream_writer.h
|
| diff --git a/webkit/fileapi/file_stream_writer.h b/webkit/fileapi/file_stream_writer.h
|
| index f3f63987e7164b8a932c30932a37f473172de923..020c04744935b79038e02945c2c6c648382b855b 100644
|
| --- a/webkit/fileapi/file_stream_writer.h
|
| +++ b/webkit/fileapi/file_stream_writer.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "net/base/completion_callback.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/storage_export.h"
|
|
|
| namespace net {
|
| class IOBuffer;
|
| @@ -16,7 +16,7 @@ class IOBuffer;
|
| namespace fileapi {
|
|
|
| // A generic interface for writing to a file-like object.
|
| -class FILEAPI_EXPORT_PRIVATE FileStreamWriter {
|
| +class STORAGE_EXPORT_PRIVATE FileStreamWriter {
|
| public:
|
| // Closes the file. If there's an in-flight operation, it is canceled (i.e.,
|
| // the callback function associated with the operation is not called).
|
|
|