| Index: chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| index 3a2d71d8b5d7e867b407e680550ebf44ccf02e3d..19df084825965018d9b06f7246a51df232ea82eb 100644
|
| --- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| +++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| @@ -548,7 +548,9 @@ void CannedSyncableFileSystem::DoCopy(
|
| const FileSystemURL& dest_url,
|
| const StatusCallback& callback) {
|
| EXPECT_TRUE(is_filesystem_opened_);
|
| - operation_runner()->Copy(src_url, dest_url, callback);
|
| + operation_runner()->Copy(
|
| + src_url, dest_url,
|
| + fileapi::FileSystemOperationRunner::CopyProgressCallback(), callback);
|
| }
|
|
|
| void CannedSyncableFileSystem::DoMove(
|
|
|