summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_test_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_test_helper.cc')
-rw-r--r--webkit/fileapi/file_system_test_helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_test_helper.cc b/webkit/fileapi/file_system_test_helper.cc
index 6422f66..9f68043 100644
--- a/webkit/fileapi/file_system_test_helper.cc
+++ b/webkit/fileapi/file_system_test_helper.cc
@@ -152,8 +152,8 @@ FileSystemOperation* FileSystemTestOriginHelper::NewOperation(
FileSystemOperation* operation =
new FileSystemOperation(callback_dispatcher,
base::MessageLoopProxy::current(),
- file_system_context_.get(),
- file_util_);
+ file_system_context_.get());
+ operation->set_override_file_util(file_util_);
InitializeOperationContext(operation->file_system_operation_context());
return operation;
}