Index: tools/perf/PRESUBMIT.py |
diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py |
index bf22604789767f3dffcf1530a850b6b6d142bd32..e2a028e6d6e4f19c55ed9c95f32d81233cbcfe10 100644 |
--- a/tools/perf/PRESUBMIT.py |
+++ b/tools/perf/PRESUBMIT.py |
@@ -11,7 +11,7 @@ def _CommonChecks(input_api, output_api): |
results = [] |
old_sys_path = sys.path |
try: |
- sys.path = [os.path.join('..', 'chrome_remote_control')] + sys.path |
+ sys.path = [os.path.join('..', 'telemetry')] + sys.path |
results.extend(input_api.canned_checks.RunPylint( |
input_api, output_api, |
black_list=PYLINT_BLACKLIST, |