| Index: components/webdata_services/web_data_service_wrapper.cc
|
| diff --git a/components/webdata_services/web_data_service_wrapper.cc b/components/webdata_services/web_data_service_wrapper.cc
|
| index 73d48e7bda0b3a4fc31626a5ee0f998ea78740b2..d1aeea8def437f078f00a1fdf4b69df9ace297bb 100644
|
| --- a/components/webdata_services/web_data_service_wrapper.cc
|
| +++ b/components/webdata_services/web_data_service_wrapper.cc
|
| @@ -11,6 +11,7 @@
|
| #include "components/autofill/core/browser/webdata/autocomplete_syncable_service.h"
|
| #include "components/autofill/core/browser/webdata/autofill_profile_syncable_service.h"
|
| #include "components/autofill/core/browser/webdata/autofill_table.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service.h"
|
| #include "components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| #include "components/password_manager/core/browser/webdata/logins_table.h"
|
| @@ -47,6 +48,9 @@ void InitSyncableServicesOnDBThread(
|
| autofill_web_data.get(), autofill_backend, app_locale);
|
| autofill::AutofillWalletSyncableService::CreateForWebDataServiceAndBackend(
|
| autofill_web_data.get(), autofill_backend, app_locale);
|
| + autofill::AutofillWalletMetadataSyncableService::
|
| + CreateForWebDataServiceAndBackend(autofill_web_data.get(),
|
| + autofill_backend, app_locale);
|
|
|
| autofill::AutofillProfileSyncableService::FromWebDataService(
|
| autofill_web_data.get())->InjectStartSyncFlare(sync_flare);
|
|
|