| 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 ed4e72c60d2cbf723cbda0283ae00d21b8245f39..0b92126ddc800b16534869bbc1b4d63101b9ba32 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
|
| @@ -183,7 +183,7 @@ class DriveServiceOnWorker : public drive::DriveServiceInterface {
|
| const google_apis::EntryActionCallback& callback) override;
|
| google_apis::CancelCallback AddPermission(
|
| const std::string& resource_id,
|
| - const std::string& email,
|
| + const user_manager::UserID& user_id,
|
| google_apis::drive::PermissionRole role,
|
| const google_apis::EntryActionCallback& callback) override;
|
|
|
|
|