| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| index 757ff7f23280aca753b41deb75750f82a49ad3e7..f67f661371ddd578fabe79e8030d14f478c11551 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| @@ -192,6 +192,7 @@ class AutofillProfileSyncableService
|
| // This object is used in unit tests as well, so it defined here.
|
| struct AutofillProfileSyncableService::DataBundle {
|
| DataBundle();
|
| + DataBundle(const DataBundle& other);
|
| ~DataBundle();
|
|
|
| std::vector<std::string> profiles_to_delete;
|
|
|