| Index: components/autofill/core/browser/autofill_test_utils.cc
|
| diff --git a/components/autofill/core/browser/autofill_test_utils.cc b/components/autofill/core/browser/autofill_test_utils.cc
|
| index fcc5be73b0852891a04601f96b6c23226eae9f71..ef7f1317b59bcbe401ad9de325e4198b70250daa 100644
|
| --- a/components/autofill/core/browser/autofill_test_utils.cc
|
| +++ b/components/autofill/core/browser/autofill_test_utils.cc
|
| @@ -19,6 +19,7 @@
|
| #include "components/autofill/core/common/form_data.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| #include "components/os_crypt/os_crypt_mocker.h"
|
| +#include "components/payments/core/payment_prefs.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/prefs/pref_service_factory.h"
|
| @@ -36,6 +37,7 @@ std::unique_ptr<PrefService> PrefServiceForTesting() {
|
| scoped_refptr<user_prefs::PrefRegistrySyncable> registry(
|
| new user_prefs::PrefRegistrySyncable());
|
| AutofillManager::RegisterProfilePrefs(registry.get());
|
| + ::payments::RegisterProfilePrefs(registry.get());
|
|
|
| // PDM depends on these prefs, which are normally registered in
|
| // SigninManagerFactory.
|
|
|