diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 18:05:36 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 18:05:36 +0000 |
commit | d39655118ca7319f20329eb5e1217dda3af9a5b5 (patch) | |
tree | 6be789188788f8138b83122a56a879fe39758fdd /WATCHLISTS | |
parent | 521aebb9c3a9a8dc3df9f5e6f96ab3bb8872281e (diff) | |
download | chromium_src-d39655118ca7319f20329eb5e1217dda3af9a5b5.zip chromium_src-d39655118ca7319f20329eb5e1217dda3af9a5b5.tar.gz chromium_src-d39655118ca7319f20329eb5e1217dda3af9a5b5.tar.bz2 |
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
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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/.*', |