diff options
Diffstat (limited to 'chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc')
| -rw-r--r-- | chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc index 70a39a1..80b9848 100644 --- a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc +++ b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc @@ -123,7 +123,7 @@ void BrowsingDataQuotaHelperImpl::GotHostUsage(QuotaInfoMap* quota_info, const base::Closure& completion, const std::string& host, storage::StorageType type, - int64 usage) { + int64_t usage) { DCHECK_CURRENTLY_ON(BrowserThread::IO); switch (type) { case storage::kStorageTypeTemporary: @@ -171,4 +171,4 @@ void BrowsingDataQuotaHelperImpl::RevokeHostQuotaOnIOThread( void BrowsingDataQuotaHelperImpl::DidRevokeHostQuota( storage::QuotaStatusCode /*status*/, - int64 /*quota*/) {} + int64_t /*quota*/) {} |
