| Index: base/metrics/histogram_snapshot_manager.cc
|
| ===================================================================
|
| --- base/metrics/histogram_snapshot_manager.cc (revision 151415)
|
| +++ base/metrics/histogram_snapshot_manager.cc (working copy)
|
| @@ -96,7 +96,7 @@
|
| int problem = static_cast<int>(discrepancy);
|
| if (problem != discrepancy)
|
| problem = INT_MAX;
|
| - histogram_flattener_->SnapshotProblemResolved(problem);
|
| + histogram_flattener_->InconsistencyDetectedInLoggedCount(problem);
|
| // With no valid baseline, we'll act like we've recorded everything in our
|
| // snapshot.
|
| already_logged->Subtract(*already_logged);
|
|
|