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

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

Issue 2614123003: Another missed legacy_page_test module update (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/common/chrome_proxy_metrics.py
diff --git a/tools/chrome_proxy/common/chrome_proxy_metrics.py b/tools/chrome_proxy/common/chrome_proxy_metrics.py
index 51fe7ad3bfe125844c2c38594a9722ba6970c628..2df7ad8ddbdcb3fdd89bbc44212ca4b66ad3b9a6 100644
--- a/tools/chrome_proxy/common/chrome_proxy_metrics.py
+++ b/tools/chrome_proxy/common/chrome_proxy_metrics.py
@@ -13,7 +13,7 @@ from telemetry.value import scalar
CHROME_PROXY_VIA_HEADER = 'Chrome-Compression-Proxy'
-class ChromeProxyMetricException(page_test.MeasurementFailure):
+class ChromeProxyMetricException(legacy_page_test.MeasurementFailure):
pass
@@ -115,4 +115,3 @@ class ChromeProxyResponse(network_metrics.HTTPResponse):
def HasChromeProxyPassThroughRequest(self):
return self.HasRequestHeader('Chrome-Proxy-Accept-Transform', "identity")
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698