| 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..dc25131652ffbd0d6f005ff7601cd75bcc35b4ab 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 int32 FindCorruption(
|
| const base::HistogramSamples& samples) const OVERRIDE;
|
|
|
| private:
|
|
|