| Index: chrome/browser/chromeos/drive/dummy_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/dummy_file_system.h b/chrome/browser/chromeos/drive/dummy_file_system.h
|
| index 6c254c46e5e2335dbf611f9424f07afe3cc0f19d..5c8185007c890a2559d53d8c387e6256edd3296a 100644
|
| --- a/chrome/browser/chromeos/drive/dummy_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/dummy_file_system.h
|
| @@ -19,7 +19,7 @@ class DummyFileSystem : public FileSystemInterface {
|
| virtual void CheckForUpdates() OVERRIDE {}
|
| virtual void GetResourceEntryById(
|
| const std::string& resource_id,
|
| - const GetResourceEntryWithFilePathCallback& callback) OVERRIDE {}
|
| + const GetResourceEntryCallback& callback) OVERRIDE {}
|
| virtual void TransferFileFromRemoteToLocal(
|
| const base::FilePath& remote_src_file_path,
|
| const base::FilePath& local_dest_file_path,
|
|
|