| Index: chrome/common/metrics/metrics_service_base.cc
|
| ===================================================================
|
| --- chrome/common/metrics/metrics_service_base.cc (revision 151415)
|
| +++ chrome/common/metrics/metrics_service_base.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| problem, Histogram::NEVER_EXCEEDED_VALUE);
|
| }
|
|
|
| -void MetricsServiceBase::SnapshotProblemResolved(int amount) {
|
| +void MetricsServiceBase::InconsistencyDetectedInLoggedCount(int amount) {
|
| UMA_HISTOGRAM_COUNTS("Histogram.InconsistentSnapshotBrowser",
|
| std::abs(amount));
|
| }
|
|
|