Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: media/PRESUBMIT.py

Issue 2766273002: Update a PRESUBMIT message. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/PRESUBMIT.py
diff --git a/media/PRESUBMIT.py b/media/PRESUBMIT.py
index 2c3bb52d7a778347b0420f99760059999a1937b5..b0a96fe1f99c0a8eadb615042beb47905641db52 100644
--- a/media/PRESUBMIT.py
+++ b/media/PRESUBMIT.py
@@ -144,7 +144,7 @@ def _CheckForHistogramOffByOne(input_api, output_api):
' - The max value (3rd argument) should be an enum value equal to the\n'
' last valid value, e.g. FOO_MAX = LAST_VALID_FOO.\n'
' - 1 must be added to that max value.\n'
- 'Contact rileya@chromium.org if you have questions.' , problems)]
+ 'Contact dalecurtis@chromium.org if you have questions.' , problems)]
return []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698