| Index: net/disk_cache/stats_histogram.h
|
| diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h
|
| index 69596227c9c98ca66f5e914193fe849094277b07..09a37fd192839e2dbb327da1888b2921936138a8 100644
|
| --- a/net/disk_cache/stats_histogram.h
|
| +++ b/net/disk_cache/stats_histogram.h
|
| @@ -43,7 +43,7 @@ class StatsHistogram : public base::Histogram {
|
| const Stats* stats);
|
|
|
| virtual scoped_ptr<base::HistogramSamples> SnapshotSamples() const OVERRIDE;
|
| - virtual Inconsistencies FindCorruption(
|
| + virtual int FindCorruption(
|
| const base::HistogramSamples& samples) const OVERRIDE;
|
|
|
| private:
|
|
|