| Index: chrome/browser/chromeos/drive/fake_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/fake_file_system.h b/chrome/browser/chromeos/drive/fake_file_system.h
|
| index 6b20d345659353dafc11e3716bdfe89ec29763b6..b2ee2f2a329106db717acf052975607c6373d819 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/fake_file_system.h
|
| @@ -51,10 +51,6 @@ class FakeFileSystem : public FileSystemInterface {
|
| virtual void AddObserver(FileSystemObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(FileSystemObserver* observer) OVERRIDE;
|
| virtual void CheckForUpdates() 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,
|
|
|