Create new Autofill tables as part of DB migration.
Currently, migration from a version 20 database to the latest version fails,
because the migration code assumes that the autofill_dates table exists, but it
was not present at version 20, and is never created during migration. This CL
fixes the migration path to be more careful and more sane.
BUG=none
TEST=unit_tests
[email protected]
Review URL: https://codereview.chromium.org/207643002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259166 0039d316-1c4b-4281-b951-d872f2087c98
17 files changed