Index: google_apis/drive/drive_api_url_generator.h |
diff --git a/google_apis/drive/drive_api_url_generator.h b/google_apis/drive/drive_api_url_generator.h |
index 6c2985cde4c97847aa07bbbd8580a1e5969ad1dd..089912744a28fea4d0e3831d2e213d6e995bb00d 100644 |
--- a/google_apis/drive/drive_api_url_generator.h |
+++ b/google_apis/drive/drive_api_url_generator.h |
@@ -84,7 +84,8 @@ class DriveApiUrlGenerator { |
GURL GetChangesListUrl(bool include_deleted, |
int max_results, |
const std::string& page_token, |
- int64_t start_change_id) const; |
+ int64_t start_change_id, |
+ const std::string& team_dirve_id) const; |
// Returns a URL to add a resource to a directory with |folder_id|. |
GURL GetChildrenInsertUrl(const std::string& folder_id) const; |