| Index: tools/perf/metrics/__init__.py
|
| diff --git a/tools/perf/metrics/__init__.py b/tools/perf/metrics/__init__.py
|
| index 3066ce90f0e6e7242351a1a791cc9c8324a4de8d..67c4def44cdfc0976a0a7c43e7f3a1cf7abd231a 100644
|
| --- a/tools/perf/metrics/__init__.py
|
| +++ b/tools/perf/metrics/__init__.py
|
| @@ -35,7 +35,7 @@ class Metric(object):
|
| """Add the data collected into the results object for a measurement.
|
|
|
| Metrics may implement AddResults to provide a common way to add results
|
| - to the PageMeasurementResults in PageMeasurement.AddMeasurement --
|
| + to the PageTestResults in PageMeasurement.AddMeasurement --
|
| results should be added with results.AddValue(...).
|
| """
|
| raise NotImplementedError()
|
|
|