| Index: webkit/fileapi/file_system_test_helper.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_test_helper.h (revision 121622)
|
| +++ webkit/fileapi/file_system_test_helper.h (working copy)
|
| @@ -24,6 +24,7 @@
|
|
|
| namespace fileapi {
|
|
|
| +class FileSystemCallbackDispatcher;
|
| class FileSystemContext;
|
| class FileSystemFileUtil;
|
| class FileSystemOperation;
|
| @@ -62,7 +63,8 @@
|
| // This doesn't work with OFSFU.
|
| int64 ComputeCurrentOriginUsage() const;
|
|
|
| - FileSystemOperation* NewOperation();
|
| + FileSystemOperation* NewOperation(
|
| + FileSystemCallbackDispatcher* callback_dispatcher);
|
| FileSystemOperationContext* NewOperationContext();
|
|
|
| FileSystemContext* file_system_context() const {
|
|
|