| Index: webkit/browser/fileapi/file_system_context.cc
|
| diff --git a/webkit/browser/fileapi/file_system_context.cc b/webkit/browser/fileapi/file_system_context.cc
|
| index ecbb3eabeb2ccbc32cb1f66465e51461927ef5f4..7ae261ae8b60405e02184157f318c4ec7ca85654 100644
|
| --- a/webkit/browser/fileapi/file_system_context.cc
|
| +++ b/webkit/browser/fileapi/file_system_context.cc
|
| @@ -113,10 +113,10 @@ FileSystemContext::FileSystemContext(
|
| quota_manager_proxy,
|
| task_runners_->file_task_runner(),
|
| partition_path,
|
| - special_storage_policy)),
|
| - sandbox_backend_(new SandboxFileSystemBackend(
|
| - sandbox_context_.get(),
|
| + special_storage_policy,
|
| options)),
|
| + sandbox_backend_(new SandboxFileSystemBackend(
|
| + sandbox_context_.get())),
|
| isolated_backend_(new IsolatedFileSystemBackend()),
|
| additional_backends_(additional_backends.Pass()),
|
| external_mount_points_(external_mount_points),
|
|
|