diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 03:53:25 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 03:53:25 +0000 |
commit | cc7dec210cd2a325e65eaab44e4569846de72862 (patch) | |
tree | 4915e44672e83300f625e2bc991a4ff856dd5ff2 /net/disk_cache/stats_histogram.h | |
parent | 2e588269fd005262bf53f96ab4e436919469ce90 (diff) | |
download | chromium_src-cc7dec210cd2a325e65eaab44e4569846de72862.zip chromium_src-cc7dec210cd2a325e65eaab44e4569846de72862.tar.gz chromium_src-cc7dec210cd2a325e65eaab44e4569846de72862.tar.bz2 |
Connect SparseHistogram with the rest of stats system
With this CL, SparseHistogram is usable with SparseHistogram::FactoryGet.
Next step is to implement a Histogram like macro and implement WriteHTMLGraph
and WriteAscii to have a nice output.
BUG=139612
Review URL: https://chromiumcodereview.appspot.com/12207058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/stats_histogram.h')
-rw-r--r-- | net/disk_cache/stats_histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h index 6959622..09a37fd 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: |