#include "components/autofill/core/browser/profile_token_quality_test_api.h"
#include <vector>
#include "base/check.h"
#include "base/types/cxx23_to_underlying.h"
#include "components/autofill/core/browser/field_type_utils.h"
#include "components/autofill/core/browser/field_types.h"
#include "components/autofill/core/browser/profile_token_quality.h"
namespace autofill {
ProfileTokenQualityTestApi::ProfileTokenQualityTestApi(
ProfileTokenQuality* quality)
: … { … }
void ProfileTokenQualityTestApi::AddObservation(
FieldType field_type,
ProfileTokenQuality::ObservationType observation_type) { … }
void ProfileTokenQualityTestApi::AddObservation(
FieldType field_type,
ProfileTokenQuality::ObservationType observation_type,
FormSignatureHash hash) { … }
std::vector<ProfileTokenQualityTestApi::FormSignatureHash>
ProfileTokenQualityTestApi::GetHashesForStoredType(FieldType type) const { … }
}