Use inclusive parameter names in PRESUBMIT.py

Bug: 1098562
Change-Id: I10e83b99a480d2d96b911e26b09e8db5d34a082e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333301
Commit-Queue: Josip Sokcevic <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: Peter Kasting <[email protected]>
Cr-Commit-Position: refs/heads/master@{#795088}
diff --git a/third_party/sqlite/PRESUBMIT.py b/third_party/sqlite/PRESUBMIT.py
index 950e536e..4f6897a 100644
--- a/third_party/sqlite/PRESUBMIT.py
+++ b/third_party/sqlite/PRESUBMIT.py
@@ -16,7 +16,7 @@
             input_api,
             output_api,
             input_api.os_path.join(this_dir, 'scripts'),
-            whitelist=['.*unittest.py$'],
+            files_to_check=['.*unittest.py$'],
             env=None,
             run_on_python2=False,
             run_on_python3=True))