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

Unified Diff: tools/telemetry/telemetry/timeline/slice_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
« no previous file with comments | « tools/telemetry/telemetry/timeline/slice.py ('k') | tools/telemetry/telemetry/timeline/thread.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/slice_unittest.py
diff --git a/tools/telemetry/telemetry/core/timeline/slice_unittest.py b/tools/telemetry/telemetry/timeline/slice_unittest.py
similarity index 96%
rename from tools/telemetry/telemetry/core/timeline/slice_unittest.py
rename to tools/telemetry/telemetry/timeline/slice_unittest.py
index 8a75f0b46a9ac8bc440ae61de051843f34a6af72..f1bcaac90e3930665ba46b3b97f1e6bf9899a454 100644
--- a/tools/telemetry/telemetry/core/timeline/slice_unittest.py
+++ b/tools/telemetry/telemetry/timeline/slice_unittest.py
@@ -4,7 +4,7 @@
import unittest
-from telemetry.core.timeline.slice import Slice
+from telemetry.timeline.slice import Slice
class SliceTest(unittest.TestCase):
def testChildrenLogic(self):
« no previous file with comments | « tools/telemetry/telemetry/timeline/slice.py ('k') | tools/telemetry/telemetry/timeline/thread.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698