| Index: components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h b/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h
|
| index ae8bae82f66dd8aa2c73b1f6836f47172398063f..4156f6cd6449b0cbebd1c6bc8d39ffb80ad45d2b 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SERVICE_H_
|
| #define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SERVICE_H_
|
|
|
| +#include <memory>
|
| +#include <string>
|
| +#include <vector>
|
| +
|
| #include "base/macros.h"
|
| #include "base/supports_user_data.h"
|
| #include "base/threading/thread_checker.h"
|
|
|