| Index: chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| index f979f45e0797c0c9c3481d00babf0a5676724886..77128f6fbfb4eb82fd1246d568fe685ab7dcf4c6 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| @@ -771,7 +771,7 @@ TEST_F(DriveFileSyncClientTest, DownloadFile) {
|
| DownloadFile(_, // drive_path
|
| kLocalFilePath,
|
| file_entry_copy->download_url(),
|
| - _, _))
|
| + _, _, _))
|
| .WillOnce(InvokeDownloadActionCallback3(google_apis::HTTP_SUCCESS,
|
| kLocalFilePath))
|
| .RetiresOnSaturation();
|
|
|