Index: base/metrics/histogram.h |
diff --git a/base/metrics/histogram.h b/base/metrics/histogram.h |
index 5ed9d9eb9d6aeb8f7b54f72cb5660624417027b9..43e7462fe0533b29b6592a0865f765467c02e236 100644 |
--- a/base/metrics/histogram.h |
+++ b/base/metrics/histogram.h |
@@ -286,7 +286,7 @@ class Lock; |
base::HistogramBase::kUmaTargetedHistogramFlag)) |
// The samples should always be strictly less than |boundary_value|. For more |
-// details, see the comment for the |HISTOGRAM_ENUMERATION| macro, above. |
+// details, see the comment for the |LOCAL_HISTOGRAM_ENUMERATION| macro, above. |
#define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ |
HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \ |
base::HistogramBase::kUmaTargetedHistogramFlag) |