Index: tools/perf/measurements/smoothness.py |
diff --git a/tools/perf/measurements/smoothness.py b/tools/perf/measurements/smoothness.py |
index 0a54f092a988699a0f2013d12d6a881e5b0dbc5f..b88b6fca093556768ad45d6e19f968df6d04f8f1 100644 |
--- a/tools/perf/measurements/smoothness.py |
+++ b/tools/perf/measurements/smoothness.py |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from telemetry.core.platform import tracing_category_filter |
from telemetry.page import page_test |
+from telemetry.timeline import tracing_category_filter |
from telemetry.web_perf import timeline_based_measurement |