| Index: chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| index b93ac918908d5149175106946836f975968723a8..5903f5e6ae7c58f5603cffa4689a34a04f769982 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| @@ -42,6 +42,7 @@ class SyncableFileSystemOperation
|
| void Copy(const storage::FileSystemURL& src_url,
|
| const storage::FileSystemURL& dest_url,
|
| CopyOrMoveOption option,
|
| + ErrorBehavior error_behavior,
|
| const CopyProgressCallback& progress_callback,
|
| const StatusCallback& callback) override;
|
| void Move(const storage::FileSystemURL& src_url,
|
|
|