| Index: webkit/fileapi/file_system_operation_context.h
|
| diff --git a/webkit/fileapi/file_system_operation_context.h b/webkit/fileapi/file_system_operation_context.h
|
| index 77298bf2906ee09b67f587b1d0ac5aa0012f5af6..06a2ff20f4bb2f2c319560a8780d1679b5e5ba7e 100644
|
| --- a/webkit/fileapi/file_system_operation_context.h
|
| +++ b/webkit/fileapi/file_system_operation_context.h
|
| @@ -11,6 +11,10 @@
|
| #include "webkit/fileapi/file_system_file_util.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
|
|
| +namespace base {
|
| +class SequencedTaskRunner;
|
| +}
|
| +
|
| namespace fileapi {
|
|
|
| class FileSystemContext;
|
| @@ -29,6 +33,8 @@ class FileSystemOperationContext {
|
| }
|
| int64 allowed_bytes_growth() const { return allowed_bytes_growth_; }
|
|
|
| + base::SequencedTaskRunner* file_task_runner() const;
|
| +
|
| private:
|
| scoped_refptr<FileSystemContext> file_system_context_;
|
|
|
|
|