Remove stale paths from autofill WATCHLISTS
The removed paths do not match any files, and are unlikely to start matching them, because the autofill code should appear either in the component or in the //chrome or //ios/chrome embedders.
BUG=None
Review URL: https://codereview.chromium.org/1479563003
Cr-Commit-Position: refs/heads/master@{#362374}
diff --git a/WATCHLISTS b/WATCHLISTS
index 273f2ce..77accd1 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -91,7 +91,6 @@
'autofill': {
'filepath': 'chrome/browser/autofill/|'\
'chrome/browser/resources/options/autofill_|'\
- 'chrome/browser/sync/glue/autofill_|'\
'chrome/browser/ui/android/autofill/|'\
'chrome/browser/ui/autofill/|'\
'chrome/browser/ui/cocoa/autofill/|'\
@@ -101,10 +100,7 @@
'chrome/test/data/autofill/|'\
'components/autofill/|'\
'components/autofill/browser/webdata/|'\
- 'components/webdata/|'\
- 'content/public/common/password_|'\
- 'content/public/renderer/password_|'\
- 'content/renderer/password_',
+ 'components/webdata/',
},
'automation': {
'filepath': 'chrome/browser/automation/|chrome/test/automation/',