Index: content/browser/fileapi/file_system_operation_impl_unittest.cc |
diff --git a/content/browser/fileapi/file_system_operation_impl_unittest.cc b/content/browser/fileapi/file_system_operation_impl_unittest.cc |
index e4a1e6ccf553137b5c0d598a9cad5eebd8b69c43..b000da2d1e7de5380ec2fecc0f79044ec8a88a67 100644 |
--- a/content/browser/fileapi/file_system_operation_impl_unittest.cc |
+++ b/content/browser/fileapi/file_system_operation_impl_unittest.cc |
@@ -316,9 +316,7 @@ class FileSystemOperationImplTest |
base::RunLoop run_loop; |
update_observer_.Enable(); |
operation_runner()->Copy( |
- src, |
- dest, |
- option, |
+ src, dest, option, storage::FileSystemOperation::ERROR_BEHAVIOR_ABORT, |
FileSystemOperationRunner::CopyProgressCallback(), |
RecordStatusCallback(run_loop.QuitClosure(), &status)); |
run_loop.Run(); |