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

Unified Diff: tools/chrome_proxy/common/network_metrics.py

Issue 2539973004: Update reference to page_test module to use legacy_page_test module (Closed)
Patch Set: update Created 4 years 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/chrome_proxy/common/network_metrics.py
diff --git a/tools/chrome_proxy/common/network_metrics.py b/tools/chrome_proxy/common/network_metrics.py
index 9699456db5ab565ca426b410fff1fa9480773ce1..639eb9c3d58493bbca7d17eefeeb0c9de4692cf5 100644
--- a/tools/chrome_proxy/common/network_metrics.py
+++ b/tools/chrome_proxy/common/network_metrics.py
@@ -18,7 +18,7 @@ sys.path.append(
os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 'perf'))
from metrics import Metric
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
# All network metrics are Chrome only for now.
from telemetry.value import scalar
« no previous file with comments | « tools/chrome_proxy/common/chrome_proxy_metrics.py ('k') | tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698