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

Unified Diff: telemetry/telemetry/timeline/trace_event_importer_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/trace_event_importer.py ('k') | telemetry/telemetry/value/trace.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/timeline/trace_event_importer_unittest.py
diff --git a/telemetry/telemetry/timeline/trace_event_importer_unittest.py b/telemetry/telemetry/timeline/trace_event_importer_unittest.py
index 380634da4967049a7e28ad6bcaeb637adc051fac..e49d336d64e0364104ddb7d8c926b63fc1f08c98 100644
--- a/telemetry/telemetry/timeline/trace_event_importer_unittest.py
+++ b/telemetry/telemetry/timeline/trace_event_importer_unittest.py
@@ -8,7 +8,7 @@ import unittest
import telemetry.timeline.counter as tracing_counter
import telemetry.timeline.model as timeline_model
-from telemetry.timeline import trace_data as trace_data_module
+from tracing.trace_data import trace_data as trace_data_module
def FindEventNamed(events, name):
« no previous file with comments | « telemetry/telemetry/timeline/trace_event_importer.py ('k') | telemetry/telemetry/value/trace.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698