Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 7f4af43c81b09e762eb9f9fc67d535f05a03e454..cefb599b18b102331a2fecd0b15cfd30335c2417 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -309,7 +309,7 @@ def _CheckNoNewWStrings(input_api, output_api): |
problems = [] |
for f in input_api.AffectedFiles(): |
if (not f.LocalPath().endswith(('.cc', '.h')) or |
- f.LocalPath().endswith('test.cc')): |
+ f.LocalPath().endswith(('test.cc', '_win.cc', '_win.h'))): |
continue |
allowWString = False |