diff options
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -46,7 +46,9 @@ 'filepath': 'ui/aura/|'\ 'ash/', }, - 'autofill': { 'chrome/browser/autofill/|'\ + 'autofill': { + 'filepath': 'chrome/browser/api/webdata/|'\ + 'chrome/browser/autofill/|'\ 'chrome/browser/resources/options/autofill_|'\ 'chrome/browser/sync/glue/autofill_|'\ 'chrome/browser/ui/android/autofill/|'\ @@ -55,11 +57,10 @@ 'chrome/browser/ui/gtk/autofill/|'\ 'chrome/browser/ui/views/autofill/|'\ 'chrome/browser/ui/webui/options/autofill_|'\ + 'chrome/browser/webdata/|'\ 'chrome/renderer/autofill/|'\ 'chrome/test/data/autofill/|'\ 'components/autofill/|'\ - 'components/autofill/browser/webdata/|'\ - 'components/webdata/|'\ 'content/public/common/password_|'\ 'content/public/renderer/password_|'\ 'content/renderer/password_', |