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

Unified Diff: telemetry/telemetry/timeline/surface_flinger_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
« no previous file with comments | « telemetry/telemetry/timeline/model_unittest.py ('k') | telemetry/telemetry/timeline/tab_id_importer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/timeline/surface_flinger_importer.py
diff --git a/telemetry/telemetry/timeline/surface_flinger_importer.py b/telemetry/telemetry/timeline/surface_flinger_importer.py
index 7493324b135f44a3a01247d0803991ad086e402f..a02637f4a2769c39ba0757a04ecf018b9a34bfb2 100644
--- a/telemetry/telemetry/timeline/surface_flinger_importer.py
+++ b/telemetry/telemetry/timeline/surface_flinger_importer.py
@@ -3,7 +3,8 @@
# found in the LICENSE file.
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 SurfaceFlingerTimelineImporter(importer.TimelineImporter):
def __init__(self, model, trace_data):
« no previous file with comments | « telemetry/telemetry/timeline/model_unittest.py ('k') | telemetry/telemetry/timeline/tab_id_importer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698