summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index ff29b29..f7b8d8a 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1184,7 +1184,7 @@ def _CheckForString16InFile(input_api, f):
def _CheckForString16(input_api, output_api):
file_filter = lambda f: input_api.FilterSourceFile(f,
- white_list=(r'^chrome[\\\/]browser[\\\/]', r'^net[\\\/]'),
+ white_list=(r'^chrome[\\\/]browser[\\\/]', r'^net[\\\/]', r'^ui[\\\/]'),
black_list=(_EXCLUDED_PATHS + _TEST_CODE_EXCLUDED_PATHS +
input_api.DEFAULT_BLACK_LIST))