Fix neteq watchlist.

TBR=henrik.lundin@webrtc.org
BUG=
TEST=watchlists.py

Review URL: https://webrtc-codereview.appspot.com/369020

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1574 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/WATCHLISTS b/WATCHLISTS
index 674b470..1b592f5 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -53,8 +53,8 @@
     'audio_coding': {
       'filepath': 'src/modules/audio_coding/.*',
     },
-    'NetEQ': {
-      'filepath': 'src/modules/audio_coding/NetEQ/.*',
+    'neteq': {
+      'filepath': 'src/modules/audio_coding/neteq/.*',
     },
     'audio_processing': {
       'filepath': 'src/modules/audio_processing/.*',
@@ -97,7 +97,7 @@
     'audio_device': ['henrika@webrtc.org',
                      'leozwang@webrtc.org'],
     'audio_coding': ['tina.legrand@webrtc.org'],
-    'NetEQ': ['henrik.lundin@webrtc.org'],
+    'neteq': ['henrik.lundin@webrtc.org'],
     'audio_processing': ['andrew@webrtc.org',
                          'bjornv@webrtc.org'],
     'video_codecs': ['henrik.lundin@webrtc.org',