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

Unified Diff: chrome/browser/browsing_data/browsing_data_cache_storage_helper.cc

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/browsing_data/browsing_data_cache_storage_helper.cc
diff --git a/chrome/browser/browsing_data/browsing_data_cache_storage_helper.cc b/chrome/browser/browsing_data/browsing_data_cache_storage_helper.cc
index d6bcbe19989e2ddc2551773b46c78d0ffbb4bd2b..72483ab956350411df332a1261bcdf2bdf81bcc8 100644
--- a/chrome/browser/browsing_data/browsing_data_cache_storage_helper.cc
+++ b/chrome/browser/browsing_data/browsing_data_cache_storage_helper.cc
@@ -80,7 +80,7 @@ void BrowsingDataCacheStorageHelper::DeleteCacheStorageOnIOThread(
CannedBrowsingDataCacheStorageHelper::PendingCacheStorageUsageInfo::
PendingCacheStorageUsageInfo(const GURL& origin,
- int64 total_size_bytes,
+ int64_t total_size_bytes,
const base::Time& last_modified)
: origin(origin),
total_size_bytes(total_size_bytes),

Powered by Google App Engine
This is Rietveld 408576698