| Index: tools/perf/measurements/timeline_controller.py
|
| diff --git a/tools/perf/measurements/timeline_controller.py b/tools/perf/measurements/timeline_controller.py
|
| index 93f29e3707d38a4e7d19643f3992d9aa40e542aa..07ac30364d5260abb2e3ffd5943173ae925fa4fa 100644
|
| --- a/tools/perf/measurements/timeline_controller.py
|
| +++ b/tools/perf/measurements/timeline_controller.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from telemetry.page import page_test
|
| +from telemetry.page import legacy_page_test
|
| from telemetry.timeline.model import TimelineModel
|
| from telemetry.timeline import tracing_config
|
| from telemetry.value import trace
|
| @@ -83,7 +83,7 @@ class TimelineController(object):
|
| self._smooth_records = [run_smooth_actions_record]
|
|
|
| if len(self._smooth_records) == 0:
|
| - raise page_test.Failure('No interaction record was created.')
|
| + raise legacy_page_test.Failure('No interaction record was created.')
|
|
|
| def CleanUp(self, platform):
|
| if platform.tracing_controller.is_tracing_running:
|
|
|