| Index: tools/perf/measurements/timeline_controller.py
|
| diff --git a/tools/perf/measurements/timeline_controller.py b/tools/perf/measurements/timeline_controller.py
|
| index b63c7a8937121dd882c9c76857256cb8c01cb789..42cbfd40cf508fa98d277a2840c1f76c8e715d31 100644
|
| --- a/tools/perf/measurements/timeline_controller.py
|
| +++ b/tools/perf/measurements/timeline_controller.py
|
| @@ -4,7 +4,7 @@
|
| from measurements import smooth_gesture_util
|
|
|
| from telemetry.core.backends.chrome import tracing_backend
|
| -from telemetry.core.timeline.model import TimelineModel
|
| +from telemetry.timeline.model import TimelineModel
|
| from telemetry.page.actions import action_runner
|
| from telemetry.web_perf import timeline_interaction_record as tir_module
|
|
|
|
|