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..a5dbe2c0dbd211d541d1d340fbb4d93a8a9adfe9 100644 |
--- a/content/browser/fileapi/file_system_operation_impl_unittest.cc |
+++ b/content/browser/fileapi/file_system_operation_impl_unittest.cc |
@@ -316,9 +316,8 @@ class FileSystemOperationImplTest |
base::RunLoop run_loop; |
update_observer_.Enable(); |
operation_runner()->Copy( |
- src, |
- dest, |
- option, |
+ src, dest, option, |
+ storage::FileSystemOperation::ERROR_BEHAVIOR_TERMINATE, |
FileSystemOperationRunner::CopyProgressCallback(), |
RecordStatusCallback(run_loop.QuitClosure(), &status)); |
run_loop.Run(); |