diff options
Diffstat (limited to 'chrome/browser/drive/dummy_drive_service.h')
-rw-r--r-- | chrome/browser/drive/dummy_drive_service.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/drive/dummy_drive_service.h b/chrome/browser/drive/dummy_drive_service.h index cb90bf1..c63becd 100644 --- a/chrome/browser/drive/dummy_drive_service.h +++ b/chrome/browser/drive/dummy_drive_service.h @@ -79,6 +79,11 @@ class DummyDriveService : public DriveServiceInterface { const std::string& resource_id, const std::string& new_title, const google_apis::GetResourceEntryCallback& callback) OVERRIDE; + virtual google_apis::CancelCallback MoveResource( + const std::string& resource_id, + const std::string& parent_resource_id, + const std::string& new_title, + const google_apis::GetResourceEntryCallback& callback) OVERRIDE; virtual google_apis::CancelCallback RenameResource( const std::string& resource_id, const std::string& new_title, |