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

Unified Diff: tools/android/loading/sandwich_metrics_unittest.py

Issue 2763733002: tools/android/loading: rename tracing to tracing_track (Closed)
Patch Set: also rename the unittest 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 | « tools/android/loading/sandwich_metrics.py ('k') | tools/android/loading/test_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/sandwich_metrics_unittest.py
diff --git a/tools/android/loading/sandwich_metrics_unittest.py b/tools/android/loading/sandwich_metrics_unittest.py
index 152e07ee63b8f56ccb197691a88ad5e226df7a91..19520b5bbbfa5dbfb21eeea40e5a11bbbdb3dbb4 100644
--- a/tools/android/loading/sandwich_metrics_unittest.py
+++ b/tools/android/loading/sandwich_metrics_unittest.py
@@ -15,7 +15,7 @@ import page_track
import sandwich_metrics as puller
import sandwich_runner
import request_track
-import tracing
+import tracing_track
_BLINK_CAT = 'blink.user_timing'
@@ -51,7 +51,7 @@ _MINIMALIST_TRACE_EVENTS = [
def TracingTrack(events):
- return tracing.TracingTrack.FromJsonDict({
+ return tracing_track.TracingTrack.FromJsonDict({
'events': events,
'categories': (sandwich_runner._TRACING_CATEGORIES +
[sandwich_runner.MEMORY_DUMP_CATEGORY])})
« no previous file with comments | « tools/android/loading/sandwich_metrics.py ('k') | tools/android/loading/test_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698