Index: tools/presubmit.py |
diff --git a/tools/presubmit.py b/tools/presubmit.py |
index e69c9a85ac8e3ee033779c2f2847b3061abbf226..ebf8bd89396faf6ffe08aef46919b588e3d02216 100755 |
--- a/tools/presubmit.py |
+++ b/tools/presubmit.py |
@@ -195,7 +195,7 @@ class CppLintProcessor(SourceFileProcessor): |
or (name in CppLintProcessor.IGNORE_LINT)) |
def GetPathsToSearch(self): |
- return ['src', 'public', 'samples', join('test', 'cctest')] |
+ return ['src', 'include', 'samples', join('test', 'cctest')] |
def ProcessFiles(self, files, path): |
good_files_cache = FileContentsCache('.cpplint-cache') |