| Index: content/test/gpu/PRESUBMIT.py | 
| diff --git a/content/test/gpu/PRESUBMIT.py b/content/test/gpu/PRESUBMIT.py | 
| index 4d287f059c56f119d5efed6cff01b764a03cb637..90a632aee62e8a17af82f7781a5807ea6d0714eb 100644 | 
| --- a/content/test/gpu/PRESUBMIT.py | 
| +++ b/content/test/gpu/PRESUBMIT.py | 
| @@ -19,7 +19,7 @@ def _GetPathsToPrepend(input_api): | 
| input_api.os_path.join(chromium_src_dir, | 
| 'third_party', 'catapult', 'telemetry'), | 
| input_api.os_path.join(chromium_src_dir, | 
| -        'third_party', 'catapult', 'catapult_base'), | 
| +        'third_party', 'catapult', 'common', 'py_utils'), | 
| ] | 
|  | 
| def _GpuUnittestsArePassingCheck(input_api, output_api): | 
|  |