Index: webkit/fileapi/local_file_system_test_helper.cc |
diff --git a/webkit/fileapi/local_file_system_test_helper.cc b/webkit/fileapi/local_file_system_test_helper.cc |
index 85f76ae495ab6bae8d63a5ab9f296b49b02490b8..1983c1edd7e6b79a0c976a347febe60eb974d7d4 100644 |
--- a/webkit/fileapi/local_file_system_test_helper.cc |
+++ b/webkit/fileapi/local_file_system_test_helper.cc |
@@ -177,7 +177,8 @@ LocalFileSystemOperation* LocalFileSystemTestOriginHelper::NewOperation() { |
scoped_ptr<FileSystemOperationContext> operation_context( |
NewOperationContext()); |
LocalFileSystemOperation* operation = static_cast<LocalFileSystemOperation*>( |
- file_system_context_->CreateFileSystemOperation(CreateURL(FilePath()))); |
+ file_system_context_->CreateFileSystemOperation( |
+ CreateURL(FilePath()), NULL)); |
operation->set_override_file_util(file_util_); |
return operation; |
} |