summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ppapi/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/PRESUBMIT.py b/ppapi/PRESUBMIT.py
index 6a4ea12..a07650c 100644
--- a/ppapi/PRESUBMIT.py
+++ b/ppapi/PRESUBMIT.py
@@ -66,7 +66,7 @@ def CheckTODO(input_api, output_api):
name_parts = name.split(os.sep)
# Only check normal build sources.
- if ext not in ['.h', '.cc', '.idl']:
+ if ext not in ['.h', '.idl']:
continue
# Only examine the ppapi directory.