| Index: google_apis/drive/drive_api_url_generator.cc
|
| diff --git a/google_apis/drive/drive_api_url_generator.cc b/google_apis/drive/drive_api_url_generator.cc
|
| index a097527b4011e9b64e1a4ca1cea55acb6d0d60a1..9fddeb607ca9e662fae565e21f47ffe22ac26484 100644
|
| --- a/google_apis/drive/drive_api_url_generator.cc
|
| +++ b/google_apis/drive/drive_api_url_generator.cc
|
| @@ -194,7 +194,7 @@ GURL DriveApiUrlGenerator::GetFilesTrashUrl(const std::string& file_id) const {
|
| GURL DriveApiUrlGenerator::GetChangesListUrl(bool include_deleted,
|
| int max_results,
|
| const std::string& page_token,
|
| - int64 start_change_id) const {
|
| + int64_t start_change_id) const {
|
| DCHECK_GE(start_change_id, 0);
|
|
|
| GURL url = base_url_.Resolve(kDriveV2ChangelistUrl);
|
|
|