Create a second, account scoped autofill database

And expose it on WebDataServiceWrapper.

Bug: 854643
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I6c7f121f2004d952591ee9a3bd5178cb592d6877
Reviewed-on: https://chromium-review.googlesource.com/1086930
Commit-Queue: Florian Uunk <[email protected]>
Reviewed-by: Rohit Rao <[email protected]>
Reviewed-by: Sebastien Seguin-Gagnon <[email protected]>
Reviewed-by: Peter Kasting <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Reviewed-by: Marc Treib <[email protected]>
Cr-Commit-Position: refs/heads/master@{#570019}
diff --git a/chrome/browser/ui/profile_error_dialog.h b/chrome/browser/ui/profile_error_dialog.h
index 011a1ab..02c058b 100644
--- a/chrome/browser/ui/profile_error_dialog.h
+++ b/chrome/browser/ui/profile_error_dialog.h
@@ -22,6 +22,7 @@
   CREATE_FAILURE_SPECIFIED,
   CREATE_FAILURE_ALL,
   DB_PAYMENT_MANIFEST_WEB_DATA,
+  DB_ACCOUNT_AUTOFILL_WEB_DATA,
   END
 };