Chromium Code Reviews| Index: depot_tools/presubmit_canned_checks.py |
| =================================================================== |
| --- depot_tools/presubmit_canned_checks.py (revision 61222) |
| +++ depot_tools/presubmit_canned_checks.py (working copy) |
| @@ -258,6 +258,7 @@ |
| not 'https://' in line and |
| not line.startswith('#define') and |
| not line.startswith('#include') and |
| + not line.startswith('#import') and |
| not line.startswith('#pragma') and |
| not line.startswith('#if') and |
| not line.startswith('#endif')): |