Chromium Code Reviews| Index: net/disk_cache/stats_histogram.h |
| =================================================================== |
| --- net/disk_cache/stats_histogram.h (revision 64963) |
| +++ net/disk_cache/stats_histogram.h (working copy) |
| @@ -44,6 +44,7 @@ |
| virtual Sample ranges(size_t i) const; |
| virtual size_t bucket_count() const; |
| virtual void SnapshotSample(SampleSet* sample) const; |
| + virtual Inconsistencies FindCorruption(const SampleSet& snapshot) const; |
| private: |
| bool init_; |