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

Unified Diff: tools/telemetry/telemetry/timeline/event_unittest.py

Issue 332213003: Move telemetry/core/timeline and timeline_data to telemetry/timeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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: tools/telemetry/telemetry/timeline/event_unittest.py
diff --git a/tools/telemetry/telemetry/core/timeline/event_unittest.py b/tools/telemetry/telemetry/timeline/event_unittest.py
similarity index 95%
rename from tools/telemetry/telemetry/core/timeline/event_unittest.py
rename to tools/telemetry/telemetry/timeline/event_unittest.py
index 44aac65e89cea3b252426daf82d289f07c7d994d..5e7f3ff9335a0e7141a081ca7087d8a3b914d9ef 100644
--- a/tools/telemetry/telemetry/core/timeline/event_unittest.py
+++ b/tools/telemetry/telemetry/timeline/event_unittest.py
@@ -4,7 +4,7 @@
import unittest
-from telemetry.core.timeline import event
+from telemetry.timeline import event
class TimelineEventTest(unittest.TestCase):
« no previous file with comments | « tools/telemetry/telemetry/timeline/event_container.py ('k') | tools/telemetry/telemetry/timeline/flow_event.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698