summaryrefslogtreecommitdiffstats
path: root/base/metrics/histogram_flattener.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/metrics/histogram_flattener.h')
-rw-r--r--base/metrics/histogram_flattener.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/base/metrics/histogram_flattener.h b/base/metrics/histogram_flattener.h
index 137ce98..ca05a4f 100644
--- a/base/metrics/histogram_flattener.h
+++ b/base/metrics/histogram_flattener.h
@@ -24,14 +24,14 @@ class BASE_EXPORT HistogramFlattener {
virtual void RecordDelta(const HistogramBase& histogram,
const HistogramSamples& snapshot) = 0;
- // Will be called each time a type of Inconsistenies is seen on a histogram,
+ // Will be called each time a type of Inconsistency is seen on a histogram,
// during inspections done internally in HistogramSnapshotManager class.
- virtual void InconsistencyDetected(Histogram::Inconsistencies problem) = 0;
+ virtual void InconsistencyDetected(HistogramBase::Inconsistency problem) = 0;
- // Will be called when a type of Inconsistenies is seen for the first time
- // on a histogram.
+ // Will be called when a type of Inconsistency is seen for the first time on
+ // a histogram.
virtual void UniqueInconsistencyDetected(
- Histogram::Inconsistencies problem) = 0;
+ HistogramBase::Inconsistency problem) = 0;
// Will be called when the total logged sample count of a histogram
// differs from the sum of logged sample count in all the buckets. The