| Index: base/metrics/field_trial.h
|
| diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h
|
| index 51177eb93f7b8a1173b30878146dbe45e641b442..25ee0c19df0dad90feb632708e1643e46ab9fcbc 100644
|
| --- a/base/metrics/field_trial.h
|
| +++ b/base/metrics/field_trial.h
|
| @@ -24,7 +24,7 @@
|
| // the impact of some pruning algorithm.
|
| // We assume that we already have a histogram of memory usage, such as:
|
|
|
| -// HISTOGRAM_COUNTS("Memory.RendererTotal", count);
|
| +// UMA_HISTOGRAM_COUNTS("Memory.RendererTotal", count);
|
|
|
| // Somewhere in main thread initialization code, we'd probably define an
|
| // instance of a FieldTrial, with code such as:
|
|
|