Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: net/disk_cache/stats_histogram.h

Issue 12207058: Connect SparseHistogram with the rest of stats system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dbus/signal_sender_verification_unittest.cc ('k') | net/disk_cache/stats_histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « dbus/signal_sender_verification_unittest.cc ('k') | net/disk_cache/stats_histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698