| Index: net/disk_cache/stats_histogram.cc
|
| diff --git a/net/disk_cache/stats_histogram.cc b/net/disk_cache/stats_histogram.cc
|
| index ba6bb8e9f19b8e03c055fa999abf14504ae44fd7..3292a20c6ba8e9d0403d3fe46bd4ec4801ddf70c 100644
|
| --- a/net/disk_cache/stats_histogram.cc
|
| +++ b/net/disk_cache/stats_histogram.cc
|
| @@ -63,7 +63,7 @@ StatsHistogram* StatsHistogram::FactoryGet(const std::string& name,
|
| histogram = StatisticsRecorder::RegisterOrDeleteDuplicate(stats_histogram);
|
| }
|
|
|
| - DCHECK(HISTOGRAM == histogram->histogram_type());
|
| + DCHECK(base::HISTOGRAM == histogram->GetHistogramType());
|
| DCHECK(histogram->HasConstructionArguments(minimum, maximum, bucket_count));
|
|
|
| // We're preparing for an otherwise unsafe upcast by ensuring we have the
|
|
|