| Index: chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h b/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
|
| index 2f6daf94d2c33e0d4c02720e9e7c3093453c46f6..b20482c55998c58884a91dbae9a6653faa13e2bc 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
|
| @@ -62,9 +62,9 @@ class DriveServiceWrapper : public base::SupportsWeakPtr<DriveServiceWrapper> {
|
| const std::string& resource_id,
|
| const google_apis::FileResourceCallback& callback);
|
|
|
| - void GetFileListInDirectory(
|
| - const std::string& directory_resource_id,
|
| - const google_apis::FileListCallback& callback);
|
| + void GetFileListInDirectory(const std::string& directory_resource_id,
|
| + const std::string& team_drive_id,
|
| + const google_apis::FileListCallback& callback);
|
|
|
| void RemoveResourceFromDirectory(
|
| const std::string& parent_resource_id,
|
|
|