| 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")
|
| -
|
|
|