| Index: chrome/browser/chromeos/drive/file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
|
| index dacc5229158152ac29975fa6967cbcf77571fa71..4ba6c97e4f57509f8afaed702dbed5e0f6078ef7 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -83,10 +83,6 @@ class FileSystem : public FileSystemInterface,
|
| int options,
|
| int at_most_num_matches,
|
| const SearchMetadataCallback& callback) OVERRIDE;
|
| - virtual void TransferFileFromRemoteToLocal(
|
| - const base::FilePath& remote_src_file_path,
|
| - const base::FilePath& local_dest_file_path,
|
| - const FileOperationCallback& callback) OVERRIDE;
|
| virtual void TransferFileFromLocalToRemote(
|
| const base::FilePath& local_src_file_path,
|
| const base::FilePath& remote_dest_file_path,
|
|
|