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

Unified Diff: content/common/child_histogram_message_filter.h

Issue 12207058: Connect SparseHistogram with the rest of stats system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix and add tests 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
Index: content/common/child_histogram_message_filter.h
diff --git a/content/common/child_histogram_message_filter.h b/content/common/child_histogram_message_filter.h
index a43750af0a234da8f845b1a6cf970cdd6d9c15c4..cd8787c346c5f19dc005dbe8a582c2076f74a718 100644
--- a/content/common/child_histogram_message_filter.h
+++ b/content/common/child_histogram_message_filter.h
@@ -38,9 +38,9 @@ class ChildHistogramMessageFilter : public base::HistogramFlattener,
virtual void RecordDelta(const base::HistogramBase& histogram,
const base::HistogramSamples& snapshot) OVERRIDE;
virtual void InconsistencyDetected(
- base::Histogram::Inconsistencies problem) OVERRIDE;
+ base::HistogramInconsistency problem) OVERRIDE;
virtual void UniqueInconsistencyDetected(
- base::Histogram::Inconsistencies problem) OVERRIDE;
+ base::HistogramInconsistency problem) OVERRIDE;
virtual void InconsistencyDetectedInLoggedCount(int amount) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698