Index: tools/perf/metrics/speedindex.py |
diff --git a/tools/perf/metrics/speedindex.py b/tools/perf/metrics/speedindex.py |
index 296c81934c48749b21ef69e2907998eca87bc336..bfd415842b103586fca0acef8ccddb5ba202d0d8 100644 |
--- a/tools/perf/metrics/speedindex.py |
+++ b/tools/perf/metrics/speedindex.py |
@@ -32,7 +32,7 @@ class SpeedIndexMetric(Metric): |
"""Start recording events. |
This method should be called in the WillNavigateToPage method of |
- a PageMeasurement, so that all the events can be captured. If it's called |
+ a PageTest, so that all the events can be captured. If it's called |
in DidNavigateToPage, that will be too late. |
""" |
self._impl = (VideoSpeedIndexImpl() if tab.video_capture_supported else |