| Index: components/drive/service/fake_drive_service.h
|
| diff --git a/components/drive/service/fake_drive_service.h b/components/drive/service/fake_drive_service.h
|
| index 688e7da53dbd00098c5ac2506accab43831510a7..982d7c42e6f78196a404d444dea22d1aac12225c 100644
|
| --- a/components/drive/service/fake_drive_service.h
|
| +++ b/components/drive/service/fake_drive_service.h
|
| @@ -157,6 +157,7 @@ class FakeDriveService : 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;
|
| // See the comment for EntryMatchWidthQuery() in .cc file for details about
|
| // the supported search query types.
|
|
|