| Index: chrome/browser/android/vr_shell/PRESUBMIT.py
|
| diff --git a/chrome/browser/android/vr_shell/PRESUBMIT.py b/chrome/browser/android/vr_shell/PRESUBMIT.py
|
| index 2292c80e5bf4cdc2409967ab2c5942d8d9cfe6ad..70b0a60d83d657662b9881541c50c3a17884c452 100644
|
| --- a/chrome/browser/android/vr_shell/PRESUBMIT.py
|
| +++ b/chrome/browser/android/vr_shell/PRESUBMIT.py
|
| @@ -15,9 +15,9 @@ import re
|
| # linters, and add exclusions if necessary.
|
| #
|
| # Note that this list must be non-empty, or cpplint will use its default set of
|
| -# filters. Therefore, explicitly enable a single dummy linter.
|
| +# filters.
|
| LINT_FILTERS = [
|
| - '+build/include',
|
| + '-build/include',
|
| ]
|
|
|
| VERBOSITY_LEVEL = 4
|
|
|