| Index: google_apis/drive/files_list_request_runner.h
|
| diff --git a/google_apis/drive/files_list_request_runner.h b/google_apis/drive/files_list_request_runner.h
|
| index 788eb4dbed9b885619f76284a47e6553352f99f1..14858228f238d39a8ef24ddd5c34a779afb108d8 100644
|
| --- a/google_apis/drive/files_list_request_runner.h
|
| +++ b/google_apis/drive/files_list_request_runner.h
|
| @@ -31,6 +31,7 @@ class FilesListRequestRunner {
|
| // retry in case of DRIVE_RESPONSE_TOO_LARGE error code.
|
| CancelCallback CreateAndStartWithSizeBackoff(
|
| int max_results,
|
| + const FilesListScope& scope,
|
| const std::string& q,
|
| const std::string& fields,
|
| const FileListCallback& callback);
|
| @@ -49,6 +50,7 @@ class FilesListRequestRunner {
|
| // error. In case of DRIVE_RESPONSE_TOO_LARGE it will retry the request with
|
| // half of the requests.
|
| void OnCompleted(int max_results,
|
| + const FilesListScope& scope,
|
| const std::string& q,
|
| const std::string& fields,
|
| const FileListCallback& callback,
|
|
|