| Index: webkit/fileapi/file_system_operation.h
|
| diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
|
| index 6542806853b47ecdf422b4f815d4a383331a870f..7c1d8cf926669daf246fdc68e9cf7f7a8665214a 100644
|
| --- a/webkit/fileapi/file_system_operation.h
|
| +++ b/webkit/fileapi/file_system_operation.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/scoped_callback_factory.h"
|
| #include "base/scoped_ptr.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "webkit/fileapi/file_system_operation_context.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
|
|
| namespace base {
|
| @@ -173,6 +174,8 @@ class FileSystemOperation {
|
|
|
| scoped_refptr<FileSystemContext> file_system_context_;
|
|
|
| + scoped_ptr<FileSystemOperationContext> file_system_operation_context_;
|
| +
|
| base::ScopedCallbackFactory<FileSystemOperation> callback_factory_;
|
|
|
| // These are all used only by Write().
|
|
|