#include "components/autofill/core/browser/test_utils/test_profiles.h"
#include "base/feature_list.h"
#include "components/autofill/core/common/autofill_features.h"
namespace autofill {
namespace test {
void SetProfileTestValues(AutofillProfile* profile,
const std::vector<ProfileTestData>& profile_test_data,
bool finalize) { … }
void CopyGUID(const AutofillProfile& from, AutofillProfile* to) { … }
void SetProfileObservedTestValues(AutofillProfile* profile,
const std::vector<ProfileTestData>& test_data,
bool finalize) { … }
AutofillProfile StandardProfile(AddressCountryCode country_code) { … }
AutofillProfile UpdateableStandardProfile() { … }
AutofillProfile SubsetOfStandardProfile() { … }
AutofillProfile DifferentFromStandardProfile() { … }
}
}