Index: base/metrics/histogram_macros.h |
diff --git a/base/metrics/histogram_macros.h b/base/metrics/histogram_macros.h |
index e14b25e5a97c33df74b335ffeaf66b2a580d873a..ade89591fcf2f4588df979e746a2401634e1be00 100644 |
--- a/base/metrics/histogram_macros.h |
+++ b/base/metrics/histogram_macros.h |
@@ -13,7 +13,8 @@ |
// Macros for efficient use of histograms. |
// |
// For best practices on deciding when to emit to a histogram and what form |
-// the histogram should take, see tools/metrics/histograms/README.md |
+// the histogram should take, see |
+// https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md |
// |
// TODO(nikunjb): Move sparse macros to this file. |
// |