| Index: tools/autoroller/roll_chromium_revision.py
 | 
| diff --git a/tools/autoroller/roll_chromium_revision.py b/tools/autoroller/roll_chromium_revision.py
 | 
| index c5f830a25495bc608b83cd6cb1186da0db97c06e..6a7f1709c16d54220900a7f7db51ea49783364a1 100755
 | 
| --- a/tools/autoroller/roll_chromium_revision.py
 | 
| +++ b/tools/autoroller/roll_chromium_revision.py
 | 
| @@ -274,7 +274,7 @@ def GenerateCommitMessage(current_cr_rev, new_cr_rev, current_commit_pos,
 | 
|                                                    c.current_rev[0:10],
 | 
|                                                    c.new_rev[0:10]))
 | 
|        if 'libvpx' in c.path:
 | 
| -        tbr_authors += 'marpan@webrtc.org, stefan@webrtc.org, '
 | 
| +        tbr_authors += 'marpan@webrtc.org, '
 | 
|  
 | 
|      change_url = CHROMIUM_FILE_TEMPLATE % (rev_interval, 'DEPS')
 | 
|      commit_msg.append('DEPS diff: %s\n' % change_url)
 | 
| 
 |