Index: content/browser/appcache/appcache_update_job.cc |
diff --git a/content/browser/appcache/appcache_update_job.cc b/content/browser/appcache/appcache_update_job.cc |
index 4b0d922f5e6fbf7d0becbfdb5880b6232b576534..a3c8476cf9de32c29dd94532acd6c4007e64ba85 100644 |
--- a/content/browser/appcache/appcache_update_job.cc |
+++ b/content/browser/appcache/appcache_update_job.cc |
@@ -1447,7 +1447,8 @@ bool AppCacheUpdateJob::MaybeLoadFromNewestCache(const GURL& url, |
} |
void AppCacheUpdateJob::OnResponseInfoLoaded( |
- AppCacheResponseInfo* response_info, int64 response_id) { |
+ AppCacheResponseInfo* response_info, |
+ int64_t response_id) { |
const net::HttpResponseInfo* http_info = response_info ? |
response_info->http_response_info() : NULL; |