| Index: webkit/fileapi/file_system_operation_context.cc
|
| diff --git a/webkit/fileapi/file_system_operation_context.cc b/webkit/fileapi/file_system_operation_context.cc
|
| index 0f33024e97564d21bd84fdf00e7cc91944d988cc..196e3b8380bbab97db7bbf9eb2d73c290b7ef970 100644
|
| --- a/webkit/fileapi/file_system_operation_context.cc
|
| +++ b/webkit/fileapi/file_system_operation_context.cc
|
| @@ -15,4 +15,9 @@ FileSystemOperationContext::FileSystemOperationContext(
|
|
|
| FileSystemOperationContext::~FileSystemOperationContext() {}
|
|
|
| +base::SequencedTaskRunner*
|
| +FileSystemOperationContext::file_task_runner() const {
|
| + return file_system_context_->file_task_runner();
|
| +}
|
| +
|
| } // namespace fileapi
|
|
|