Index: chrome/browser/google_apis/gdata_wapi_operations.cc |
diff --git a/chrome/browser/google_apis/gdata_wapi_operations.cc b/chrome/browser/google_apis/gdata_wapi_operations.cc |
index 0b78d67e070d04515baf3f4c8e79378b16546fa3..009384dd73266027c48cee75f93fec391521ade6 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_operations.cc |
+++ b/chrome/browser/google_apis/gdata_wapi_operations.cc |
@@ -163,7 +163,7 @@ GetResourceListOperation::GetResourceListOperation( |
net::URLRequestContextGetter* url_request_context_getter, |
const GDataWapiUrlGenerator& url_generator, |
const GURL& override_url, |
- int start_changestamp, |
+ int64 start_changestamp, |
const std::string& search_string, |
const std::string& directory_resource_id, |
const GetResourceListCallback& callback) |