| Index: components/drive/service/drive_api_service.h
|
| diff --git a/components/drive/service/drive_api_service.h b/components/drive/service/drive_api_service.h
|
| index b83e0b06c49db3d0beec3dba9447da20c82f2a2c..976c580ed32051f9976476c2d52ca4b7a2d1e40f 100644
|
| --- a/components/drive/service/drive_api_service.h
|
| +++ b/components/drive/service/drive_api_service.h
|
| @@ -128,6 +128,7 @@ class DriveAPIService : public DriveServiceInterface,
|
| const google_apis::FileListCallback& callback) override;
|
| google_apis::CancelCallback GetFileListInDirectory(
|
| const std::string& directory_resource_id,
|
| + const std::string& team_drive_id,
|
| const google_apis::FileListCallback& callback) override;
|
| google_apis::CancelCallback Search(
|
| const std::string& search_query,
|
|
|