| Index: chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_url_generator.h b/chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| index 16667da149f475bc44c6cc6056a2b14f834d6a29..f6099f13dac6d846e754b3165f5ed9a16c5dba45 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| +++ b/chrome/browser/google_apis/gdata_wapi_url_generator.h
|
| @@ -37,7 +37,7 @@ class GDataWapiUrlGenerator {
|
| // and adds q=... parameter if |search_string| is non-empty.
|
| static GURL AddFeedUrlParams(const GURL& url,
|
| int num_items_to_fetch,
|
| - int changestamp,
|
| + int64 changestamp,
|
| const std::string& search_string);
|
|
|
| // Generates a URL for getting the resource list feed.
|
| @@ -69,7 +69,7 @@ class GDataWapiUrlGenerator {
|
| //
|
| GURL GenerateResourceListUrl(
|
| const GURL& override_url,
|
| - int start_changestamp,
|
| + int64 start_changestamp,
|
| const std::string& search_string,
|
| const std::string& directory_resource_id) const;
|
|
|
|
|