| Index: content/common/child_histogram_message_filter.h
|
| ===================================================================
|
| --- content/common/child_histogram_message_filter.h (revision 151415)
|
| +++ content/common/child_histogram_message_filter.h (working copy)
|
| @@ -35,7 +35,7 @@
|
| const base::Histogram::SampleSet& snapshot) OVERRIDE;
|
| virtual void InconsistencyDetected(int problem) OVERRIDE;
|
| virtual void UniqueInconsistencyDetected(int problem) OVERRIDE;
|
| - virtual void SnapshotProblemResolved(int amount) OVERRIDE;
|
| + virtual void InconsistencyDetectedInLoggedCount(int amount) OVERRIDE;
|
|
|
| private:
|
| typedef std::vector<std::string> HistogramPickledList;
|
|
|