Index: base/metrics/histogram_flattener.h |
=================================================================== |
--- base/metrics/histogram_flattener.h (revision 152603) |
+++ base/metrics/histogram_flattener.h (working copy) |
@@ -20,8 +20,8 @@ |
// error report mechanism. |
class BASE_EXPORT HistogramFlattener { |
public: |
- virtual void RecordDelta(const base::Histogram& histogram, |
- const base::Histogram::SampleSet& snapshot) = 0; |
+ virtual void RecordDelta(const Histogram& histogram, |
+ const HistogramSamples& snapshot) = 0; |
// Will be called each time a type of Inconsistenies is seen on a histogram, |
// during inspections done internally in HistogramSnapshotManager class. |