Index: tools/chrome_proxy/common/chrome_proxy_measurements.py |
diff --git a/tools/chrome_proxy/common/chrome_proxy_measurements.py b/tools/chrome_proxy/common/chrome_proxy_measurements.py |
index 58d7faa5a03c688da589466d2c640a268b189e1f..36b06143f147e82a8751c073986e709b7674bddf 100644 |
--- a/tools/chrome_proxy/common/chrome_proxy_measurements.py |
+++ b/tools/chrome_proxy/common/chrome_proxy_measurements.py |
@@ -7,7 +7,7 @@ import logging |
from common import chrome_proxy_metrics as metrics |
from telemetry.core import exceptions |
-from telemetry.page import page_test |
+from telemetry.page import legacy_page_test |
def WaitForViaHeader(tab, url="http://check.googlezip.net/test.html"): |
@@ -61,7 +61,7 @@ def WaitForViaHeader(tab, url="http://check.googlezip.net/test.html"): |
'PollDRPCheck("%s", "%s")' % (url, expected_via_header), 60) |
-class ChromeProxyValidation(page_test.PageTest): |
+class ChromeProxyValidation(legacy_page_test.LegacyPageTest): |
"""Base class for all chrome proxy correctness measurements.""" |
# Value of the extra via header. |None| if no extra via header is expected. |