| 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 9c39e5aff102a1462183b7b6e904e07048fc2daf..f3e44f57999d56bf799e633847e2195918143140 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| @@ -106,8 +106,7 @@ class CopyOperation {
|
| const FileOperationCallback& callback,
|
| FileError error,
|
| const base::FilePath& local_file_path,
|
| - const std::string& unused_mime_type,
|
| - DriveFileType file_type);
|
| + scoped_ptr<ResourceEntry> entry);
|
|
|
| // Copies a hosted document with |resource_id| to the directory at |dir_path|
|
| // and names the copied document as |new_name|.
|
| @@ -153,8 +152,7 @@ class CopyOperation {
|
| const FileOperationCallback& callback,
|
| FileError error,
|
| const base::FilePath& local_file_path,
|
| - const std::string& unused_mime_type,
|
| - DriveFileType file_type);
|
| + scoped_ptr<ResourceEntry> entry);
|
|
|
| // Part of TransferFileFromLocalToRemote(). Called after
|
| // GetEntryInfoByPath() is complete.
|
|
|