| Index: storage/browser/fileapi/file_system_operation_impl.h
|
| diff --git a/storage/browser/fileapi/file_system_operation_impl.h b/storage/browser/fileapi/file_system_operation_impl.h
|
| index dbf6e3a781c419e95780c205319d4d794acc17e4..6f4b662e5b6faa0e9e086aa13a74c81af9f16681 100644
|
| --- a/storage/browser/fileapi/file_system_operation_impl.h
|
| +++ b/storage/browser/fileapi/file_system_operation_impl.h
|
| @@ -41,6 +41,7 @@ class STORAGE_EXPORT FileSystemOperationImpl
|
| void Copy(const FileSystemURL& src_url,
|
| const FileSystemURL& dest_url,
|
| CopyOrMoveOption option,
|
| + ErrorBehavior error_behavior,
|
| const CopyProgressCallback& progress_callback,
|
| const StatusCallback& callback) override;
|
| void Move(const FileSystemURL& src_url,
|
|
|