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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py

Issue 434443003: Merge PageMeasurement to PageTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py b/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
index 0a7c07093a6c95dd474cfb52dad7e02e5ced6351..fd26a2d9254a03c22d7cf11930cfb4ed033b995f 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
@@ -7,11 +7,11 @@ import logging
import os
from integration_tests import network_metrics
-from telemetry.page import page_measurement
+from telemetry.page import page_test
from telemetry.value import scalar
-class ChromeProxyMetricException(page_measurement.MeasurementFailure):
+class ChromeProxyMetricException(page_test.MeasurementFailure):
pass

Powered by Google App Engine
This is Rietveld 408576698