| Index: components/drive/job_scheduler.h
|
| diff --git a/components/drive/job_scheduler.h b/components/drive/job_scheduler.h
|
| index 0392bfe93144070c5ebfd51ec3b26d8e0a4ea66a..98c0c56f8b42e7516f4701d0708f96641a96f825 100644
|
| --- a/components/drive/job_scheduler.h
|
| +++ b/components/drive/job_scheduler.h
|
| @@ -95,6 +95,7 @@ class JobScheduler
|
| // Adds a GetFileListInDirectory operation to the queue.
|
| // |callback| must not be null.
|
| void GetFileListInDirectory(const std::string& directory_resource_id,
|
| + const std::string& team_drive_id,
|
| const google_apis::FileListCallback& callback);
|
|
|
| // Adds a Search operation to the queue.
|
|
|