Add missing comma in WATCHLIST
commitb608a57227d0a27db10f9acef0467584c458848c
authorki.stfu <ki.stfu@gmail.com>
Thu, 17 Sep 2015 07:14:33 +0000 (17 00:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 17 Sep 2015 07:15:15 +0000 (17 07:15 +0000)
treebcbf7bfcb4cd620a12bf6a1c2947010a61d73d76
parent37b83877e63f62f8aebb337494f1116539182bdf
Add missing comma in WATCHLIST

This patch adds missing comma in WATCHLIST after
0af49ad54149ee0c13b6e8b87d0c66a4b5d79c9f and serves to fix the following error:
```
$ git cl upload --send-mail
Using 50% similarity for rename/copy detection. Override with --similarity.
ERROR:root:Cannot parse /home/ilia/p/chromium/src/WATCHLISTS. invalid syntax (<string>, line 928)
Running presubmit upload checks ...
[...]
```

BUG=
TEST=
R=ben@chromium.org,brettw@chromium.org,nyquist@chromium.org

Review URL: https://codereview.chromium.org/1345313002

Cr-Commit-Position: refs/heads/master@{#349369}
AUTHORS