Fix Autofill WATCHLISTS
Updates Autofill paths in WATCHLISTS to accurately reflect currentl locations.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6879011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81967 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index 05ddea9..ae4bdb3 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -148,13 +148,16 @@
'chrome/browser/net/sqlite_persistent_cookie_store.*',
},
'autofill': {
- 'filepath': 'chrome/app/nibs/AutoFill.*|'\
- 'chrome/browser/autofill/.*|'\
+ 'filepath': 'chrome/browser/autofill/.*|'\
'chrome/browser/resources/options/autofill_.*|'\
'chrome/browser/sync/glue/autofill_.*|'\
- 'chrome/browser/ui/views/autofill_.*|'\
- 'chrome/browser/webui/options/autofill_.*|'\
- 'chrome/renderer/autofill/.*',
+ 'chrome/browser/ui/webui/options/autofill_.*|'\
+ 'chrome/renderer/autofill/.*|'\
+ 'chrome/test/data/autofill/.*|'\
+ 'chrome/test/data/autofill/heuristics/input/.*|'\
+ 'chrome/test/data/autofill/heuristics/output/.*|'\
+ 'chrome/test/data/autofill/merge/input/.*|'\
+ 'chrome/test/data/autofill/merge/output/.*',
},
'webdata': {
'filepath': 'chrome/browser/webdata/.*',