Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 3ceb67016a293556a551b7c00f4038673c8c5159..089a328115c57c7712432f7bf0ef8ccaf7224ef0 100755 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -83,7 +83,7 @@ def _CheckNativeApiHeaderChanges(input_api, output_api): |
files.append(f) |
if files: |
- return [output_api.PresubmitPromptWarning( |
+ return [output_api.PresubmitNotifyResult( |
'You seem to be changing native API header files. Please make sure ' |
'you:\n' |
' 1. Make compatible changes that don\'t break existing clients.\n' |