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

Unified Diff: tools/telemetry/telemetry/timeline/async_slice.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/__init__.py ('k') | tools/telemetry/telemetry/timeline/bounds.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/async_slice.py
diff --git a/tools/telemetry/telemetry/core/timeline/async_slice.py b/tools/telemetry/telemetry/timeline/async_slice.py
similarity index 96%
rename from tools/telemetry/telemetry/core/timeline/async_slice.py
rename to tools/telemetry/telemetry/timeline/async_slice.py
index 6fe6b4d3209dd248253a8b9ae6951ed3838dc908..f06eb1a1b27a7b5ed20e6c9f3fb48b2a733165a9 100644
--- a/tools/telemetry/telemetry/core/timeline/async_slice.py
+++ b/tools/telemetry/telemetry/timeline/async_slice.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import telemetry.core.timeline.event as event
+import telemetry.timeline.event as event
class AsyncSlice(event.TimelineEvent):
''' A AsyncSlice represents an interval of time during which an
« no previous file with comments | « tools/telemetry/telemetry/timeline/__init__.py ('k') | tools/telemetry/telemetry/timeline/bounds.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698