| Index: base/metrics/histogram_macros.h
|
| diff --git a/base/metrics/histogram_macros.h b/base/metrics/histogram_macros.h
|
| index 63cca694e9ad2d3d5ab36b99b6b426f14e628692..0ee7d2ca1a7880bf6924c96b9353375a1d0e91dd 100644
|
| --- a/base/metrics/histogram_macros.h
|
| +++ b/base/metrics/histogram_macros.h
|
| @@ -251,6 +251,7 @@
|
| //
|
| // For instance, Sqlite.Version.* are sparse because for any given database,
|
| // there's going to be exactly one version logged.
|
| +// The |sample| can be a negative or non-negative number.
|
| #define UMA_HISTOGRAM_SPARSE_SLOWLY(name, sample) \
|
| INTERNAL_HISTOGRAM_SPARSE_SLOWLY(name, sample)
|
|
|
|
|