diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 01:42:17 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 01:42:17 +0000 |
commit | 3fc91814ba929a7510dd1b1c61190c3b85aa2653 (patch) | |
tree | 39cdd11ca98d13252d0a8d78cad97e045ab48c4f /WATCHLISTS | |
parent | b878b3c5cf132439bbcc8856be5c1f066da10d53 (diff) | |
download | chromium_src-3fc91814ba929a7510dd1b1c61190c3b85aa2653.zip chromium_src-3fc91814ba929a7510dd1b1c61190c3b85aa2653.tar.gz chromium_src-3fc91814ba929a7510dd1b1c61190c3b85aa2653.tar.bz2 |
Fix syntax error in WATCHLISTS
TBR=ben@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/27049004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ }, 'views_corewm': { 'filepath': 'ui/views/corewm/', - } + }, 'webkit': { 'filepath': 'webkit/', }, |