Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2379)

Unified Diff: content/browser/download/save_types.cc

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/download/save_types.h ('k') | content/browser/download/url_downloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_types.cc
diff --git a/content/browser/download/save_types.cc b/content/browser/download/save_types.cc
index d9cc0fce98c455f8f2275b476d0bb53e2e4ae7bd..a2029babd2bcf7520ccd30446d288bc90546f600 100644
--- a/content/browser/download/save_types.cc
+++ b/content/browser/download/save_types.cc
@@ -33,7 +33,7 @@ SaveFileCreateInfo::SaveFileCreateInfo(const GURL& url,
int render_frame_routing_id,
int request_id,
const std::string& content_disposition,
- int64 total_bytes)
+ int64_t total_bytes)
: url(url),
final_url(final_url),
save_item_id(save_item_id),
« no previous file with comments | « content/browser/download/save_types.h ('k') | content/browser/download/url_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698