Index: net/disk_cache/blockfile/stats.cc |
diff --git a/net/disk_cache/blockfile/stats.cc b/net/disk_cache/blockfile/stats.cc |
index bb319f55b152314f2ba39ac05c522d9290ed81df..4743ee611c49d5d2f444ff95a086c33f0b34497d 100644 |
--- a/net/disk_cache/blockfile/stats.cc |
+++ b/net/disk_cache/blockfile/stats.cc |
@@ -150,7 +150,7 @@ void Stats::InitSizeHistogram() { |
"DiskCache.SizeStats2", min, max, num_buckets, |
base::HistogramBase::kUmaTargetedHistogramFlag); |
- base::SampleVector samples(&ranges); |
+ base::SampleVector samples(0, &ranges); |
for (int i = 0; i < kDataSizesLength; i++) { |
// This is a good time to fix any inconsistent data. The count should be |
// always positive, but if it's not, reset the value now. |