Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 2a96a9b3b986766ab658ea7453bc5b01ace60100..8d3d26f953caca4eaf2678adf99367eef0429d50 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -871,7 +871,7 @@ def _CheckSpamLogging(input_api, output_api): |
r"^chrome[\\\/]installer[\\\/]setup[\\\/].*", |
r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]" |
r"logging_native_handler\.cc$", |
- r"^remoting[\\\/]base[\\\/]logging\.h$", |
+ r"^remoting[\\\/]host[\\\/].*", |
Sergey Ulanov
2013/12/13 21:14:07
I think we want to keep remoting/base/logging.h it
|
r"^sandbox[\\\/]linux[\\\/].*",)) |
source_file_filter = lambda x: input_api.FilterSourceFile( |
x, white_list=(file_inclusion_pattern,), black_list=black_list) |