| Index: chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| index 869d79d7a96027be863eb94bcc3556c80fa25c49..e0c238594d621b85e5a5e1dc5cb5c9ee03f6a0c3 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| @@ -121,10 +121,10 @@ class CopyOperation {
|
|
|
| // Part of CopyResourceOnServer and TransferFileFromLocalToRemote.
|
| // Called after local state update is done.
|
| - void UpdateAfterLocalStateUpdate(
|
| - const FileOperationCallback& callback,
|
| - base::FilePath* file_path,
|
| - FileError error);
|
| + void UpdateAfterLocalStateUpdate(const FileOperationCallback& callback,
|
| + base::FilePath* file_path,
|
| + const ResourceEntry* entry,
|
| + FileError error);
|
|
|
| // Creates an empty file on the server at |remote_dest_path| to ensure
|
| // the location, stores a file at |local_file_path| in cache and marks it
|
| @@ -145,6 +145,7 @@ class CopyOperation {
|
| void ScheduleTransferRegularFileAfterUpdateLocalState(
|
| const FileOperationCallback& callback,
|
| const base::FilePath& remote_dest_path,
|
| + const ResourceEntry* entry,
|
| std::string* local_id,
|
| FileError error);
|
|
|
|
|