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

Unified Diff: tools/perf/metrics/network_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/perf/metrics/network.py ('k') | tools/perf/metrics/speedindex_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/network_unittest.py
diff --git a/tools/perf/metrics/network_unittest.py b/tools/perf/metrics/network_unittest.py
index 316f7c0506dbf58d28af5603d565769a613906ae..5ae9974e5c477316f0a3857422912a2c0e2bf563 100644
--- a/tools/perf/metrics/network_unittest.py
+++ b/tools/perf/metrics/network_unittest.py
@@ -7,7 +7,7 @@ import unittest
from metrics import test_page_measurement_results
from metrics import network
-from telemetry.core.timeline import event
+from telemetry.timeline import event
HTML_BODY = """<!DOCTYPE HTML>
« no previous file with comments | « tools/perf/metrics/network.py ('k') | tools/perf/metrics/speedindex_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698