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

Unified Diff: tracing/tracing/trace_data/trace_data_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 | « tracing/tracing/trace_data/__init__.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/trace_data/trace_data_unittest.py
diff --git a/tracing/tracing/trace_data/trace_data_unittest.py b/tracing/tracing/trace_data/trace_data_unittest.py
index eea6cb20321bdce562d2f7dfdd094fe72ed61131..b065b4fae74020621b292057dd1dce3f080bd09e 100644
--- a/tracing/tracing/trace_data/trace_data_unittest.py
+++ b/tracing/tracing/trace_data/trace_data_unittest.py
@@ -9,7 +9,7 @@ import shutil
import tempfile
import unittest
-import trace_data
+from tracing.trace_data import trace_data
from tracing_build import html2trace
« no previous file with comments | « tracing/tracing/trace_data/__init__.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698