Adds dhollowa to WebData watchlist

Creates a new watchlist for chrome/browser/webdata/.* and adds dhollowa to it.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/3308005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58383 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index e30911c7..4838a42 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -146,6 +146,9 @@
         'chrome/renderer/autofill_.*|'\
         'chrome/renderer/form_manager.*',
     },
+    'webdata': {
+      'filepath': 'chrome/browser/webdata/.*',
+    },
     'i18n': {
       'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
         '.*locale_settings.*|.*encoding.*',
@@ -201,6 +204,7 @@
     'domui_options': ['[email protected]'],
     'cookie_monster': ['[email protected]'],
     'autofill': ['[email protected]', '[email protected]'],
+    'webdata': ['[email protected]'],
     'i18n': ['[email protected]'],
   },
 }