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

Unified Diff: telemetry/telemetry/timeline/tab_id_importer.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
Index: telemetry/telemetry/timeline/tab_id_importer.py
diff --git a/telemetry/telemetry/timeline/tab_id_importer.py b/telemetry/telemetry/timeline/tab_id_importer.py
index e0d85dd135a414da0e2582b0e9b987f6b7520e8e..025d80ba45b93a0dc3faaa3bd21e34937e43a41b 100644
--- a/telemetry/telemetry/timeline/tab_id_importer.py
+++ b/telemetry/telemetry/timeline/tab_id_importer.py
@@ -5,7 +5,8 @@
import logging
from telemetry.timeline import importer
-from telemetry.timeline import trace_data as trace_data_module
+from tracing.trace_data import trace_data as trace_data_module
+
class TraceBufferOverflowException(Exception):
pass
« no previous file with comments | « telemetry/telemetry/timeline/surface_flinger_importer.py ('k') | telemetry/telemetry/timeline/tab_id_importer_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698