summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/pepper/quota_reservation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/pepper/quota_reservation.cc')
-rw-r--r--content/browser/renderer_host/pepper/quota_reservation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/pepper/quota_reservation.cc b/content/browser/renderer_host/pepper/quota_reservation.cc
index a512f10..d928f23 100644
--- a/content/browser/renderer_host/pepper/quota_reservation.cc
+++ b/content/browser/renderer_host/pepper/quota_reservation.cc
@@ -78,7 +78,7 @@ void QuotaReservation::ReserveQuota(
int64_t amount,
const OffsetMap& max_written_offsets,
const ReserveQuotaCallback& callback) {
- for (FileMap::iterator it = files_.begin(); it != files_.end(); ++ it) {
+ for (FileMap::iterator it = files_.begin(); it != files_.end(); ++it) {
OffsetMap::const_iterator offset_it = max_written_offsets.find(it->first);
if (offset_it != max_written_offsets.end())
it->second->UpdateMaxWrittenOffset(offset_it->second);