| Index: chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
|
| index 6569e16c2a8c400e5ba9ef421f1316b21b7bfb64..c696746b019a959fb5178865c21408d5c679dc71 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc
|
| @@ -28,9 +28,7 @@ GetFileForSavingOperation::GetFileForSavingOperation(
|
| const base::FilePath& temporary_file_directory)
|
| : create_file_operation_(new CreateFileOperation(blocking_task_runner,
|
| observer,
|
| - scheduler,
|
| - metadata,
|
| - cache)),
|
| + metadata)),
|
| download_operation_(new DownloadOperation(blocking_task_runner,
|
| observer,
|
| scheduler,
|
|
|