Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: telemetry/telemetry/timeline/model_unittest.py

Issue 2736903005: [Telemetry] Move telemetry from telemetry/timeline/trace_data to tracing/trace_data (Closed)
Patch Set: fix import Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « telemetry/telemetry/timeline/model.py ('k') | telemetry/telemetry/timeline/surface_flinger_importer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/timeline/model_unittest.py
diff --git a/telemetry/telemetry/timeline/model_unittest.py b/telemetry/telemetry/timeline/model_unittest.py
index 4520f271d24cd47ce077906ff09b717be7979422..bb1af1b16bf6f382c0be7fe223e63f3a211cf3c2 100644
--- a/telemetry/telemetry/timeline/model_unittest.py
+++ b/telemetry/telemetry/timeline/model_unittest.py
@@ -5,7 +5,7 @@
import unittest
from telemetry.timeline import model as model_module
-from telemetry.timeline import trace_data
+from tracing.trace_data import trace_data
class TimelineModelUnittest(unittest.TestCase):
« no previous file with comments | « telemetry/telemetry/timeline/model.py ('k') | telemetry/telemetry/timeline/surface_flinger_importer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698