Index: webkit/fileapi/file_system_context.h |
diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h |
index 12906a977a0dd05bfbfe704a93e2ebe84916cb8f..8c40c5458bc9ff929fd4f07e5aeb0c84c49afef4 100644 |
--- a/webkit/fileapi/file_system_context.h |
+++ b/webkit/fileapi/file_system_context.h |
@@ -58,6 +58,7 @@ class FILEAPI_EXPORT FileSystemContext |
// false if the current task is not running on the thread that allows |
// blocking file operations (like SequencedWorkerPool implementation does). |
FileSystemContext( |
+ base::SequencedTaskRunner* media_task_runner, |
base::SequencedTaskRunner* file_task_runner, |
base::SingleThreadTaskRunner* io_task_runner, |
quota::SpecialStoragePolicy* special_storage_policy, |