| Index: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| index f2fe392d39b72da83b233c0fc0b952a4a68db265..b4a547b4bafb749b84fb3d61cab8ec9a27a80b6e 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| @@ -124,10 +124,6 @@ class DriveServiceOnWorker : public drive::DriveServiceInterface {
|
| const base::Time& last_modified,
|
| const base::Time& last_viewed_by_me,
|
| const google_apis::FileResourceCallback& callback) OVERRIDE;
|
| - virtual google_apis::CancelCallback RenameResource(
|
| - const std::string& resource_id,
|
| - const std::string& new_title,
|
| - const google_apis::EntryActionCallback& callback) OVERRIDE;
|
| virtual google_apis::CancelCallback AddResourceToDirectory(
|
| const std::string& parent_resource_id,
|
| const std::string& resource_id,
|
|
|