Index: net/disk_cache/mem_entry_impl.cc |
diff --git a/net/disk_cache/mem_entry_impl.cc b/net/disk_cache/mem_entry_impl.cc |
index 30599f47f02c6b34187ff8bb6553f4eabb3df76d..2b37f363e097eab4493e5af7ee1f5162fa662d24 100644 |
--- a/net/disk_cache/mem_entry_impl.cc |
+++ b/net/disk_cache/mem_entry_impl.cc |
@@ -75,7 +75,7 @@ void MemEntryImpl::InternalDoom() { |
if (i->second != this) |
i->second->Doom(); |
} |
- DCHECK(children_->size() == 0); |
+ DCHECK(children_->empty()); |
} |
} else { |
// If this is a child entry, detach it from the parent. |