Index: tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
diff --git a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
index 1457e5f9785c28fa78dfe62682d9021eea58e188..7227fa9530f86641dfebc32416e5f2fc394cf2ee 100644 |
--- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
+++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
@@ -6,7 +6,7 @@ from telemetry import test |
from telemetry.core import exceptions |
from telemetry.core import util |
from telemetry.core.backends.chrome import tracing_backend |
-from telemetry.core.timeline import model |
+from telemetry.timeline import model |
from telemetry.page.actions import gesture_action |
from telemetry.page.actions import action_runner as action_runner_module |
# pylint: disable=W0401,W0614 |