| 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..4955d499fe1649911a9b174a878eb3e6620a1d6b 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::HistogramBase::Inconsistency problem) OVERRIDE;
|
| virtual void UniqueInconsistencyDetected(
|
| - base::Histogram::Inconsistencies problem) OVERRIDE;
|
| + base::HistogramBase::Inconsistency problem) OVERRIDE;
|
| virtual void InconsistencyDetectedInLoggedCount(int amount) OVERRIDE;
|
|
|
| private:
|
|
|