| Index: tools/perf/PRESUBMIT.py
|
| diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py
|
| index 6d0199171bf3fd7b848fa82af20966f008dfb36a..99ba8d5cb651308d9b40423ed3cbdb981c31666b 100644
|
| --- a/tools/perf/PRESUBMIT.py
|
| +++ b/tools/perf/PRESUBMIT.py
|
| @@ -31,7 +31,7 @@ def _CommonChecks(input_api, output_api):
|
|
|
| def _CheckWprShaFiles(input_api, output_api):
|
| """Check whether the wpr sha files have matching URLs."""
|
| - from telemetry.util import cloud_storage
|
| + from catapult_base import cloud_storage
|
| results = []
|
| for affected_file in input_api.AffectedFiles(include_deletes=False):
|
| filename = affected_file.AbsoluteLocalPath()
|
|
|