| Index: chrome/browser/chromeos/drive/file_system_interface.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system_interface.h b/chrome/browser/chromeos/drive/file_system_interface.h
|
| index 13c715673423ae51f15652934713e793e0ee48c2..9cabdea030c0a298b9ea6b9953fd776cc1dea7cc 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_interface.h
|
| +++ b/chrome/browser/chromeos/drive/file_system_interface.h
|
| @@ -169,7 +169,7 @@ class FileSystemInterface {
|
| // |callback| must not be null.
|
| virtual void GetResourceEntryById(
|
| const std::string& resource_id,
|
| - const GetResourceEntryWithFilePathCallback& callback) = 0;
|
| + const GetResourceEntryCallback& callback) = 0;
|
|
|
| // Initiates transfer of |remote_src_file_path| to |local_dest_file_path|.
|
| // |remote_src_file_path| is the virtual source path on the Drive file system.
|
|
|