| Index: chrome/test/android/telemetry_tests/PRESUBMIT.py | 
| diff --git a/chrome/test/android/telemetry_tests/PRESUBMIT.py b/chrome/test/android/telemetry_tests/PRESUBMIT.py | 
| index 54975213e60beafdf98a3805359fec46fa6053bb..ecd054611909275cf09fa7a2eaa91e7825d22740 100644 | 
| --- a/chrome/test/android/telemetry_tests/PRESUBMIT.py | 
| +++ b/chrome/test/android/telemetry_tests/PRESUBMIT.py | 
| @@ -20,7 +20,7 @@ def CommonChecks(input_api, output_api): | 
| output_api, | 
| pylintrc='pylintrc', | 
| extra_paths_list=[ | 
| -          J('third_party', 'catapult', 'catapult_base'), | 
| +          J('third_party', 'catapult', 'common', 'py_utils'), | 
| J('third_party', 'catapult', 'telemetry'), | 
| J('tools', 'perf'), | 
| ]) | 
|  |