| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index d41cc7574a008a546551c86da513dd07463917bd..0721dbe52376147223c0e6356ec1f820b306d319 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -1014,7 +1014,7 @@ def _CheckSpamLogging(input_api, output_api):
|
| r"^sandbox[\\\/]linux[\\\/].*",
|
| r"^tools[\\\/]",
|
| r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",
|
| - r"^webkit[\\\/]browser[\\\/]fileapi[\\\/]" +
|
| + r"^storage[\\\/]browser[\\\/]fileapi[\\\/]" +
|
| r"dump_file_system.cc$",))
|
| source_file_filter = lambda x: input_api.FilterSourceFile(
|
| x, white_list=(file_inclusion_pattern,), black_list=black_list)
|
|
|