#include "components/autofill/core/browser/filling_product.h"
#include "base/notreached.h"
#include "components/autofill/core/browser/field_types.h"
#include "components/autofill/core/browser/ui/suggestion_type.h"
#include "components/autofill/core/common/mojom/autofill_types.mojom-shared.h"
namespace autofill {
std::string FillingProductToString(FillingProduct filling_product) { … }
FillingProduct GetFillingProductFromSuggestionType(SuggestionType type) { … }
FillingProduct GetFillingProductFromFieldTypeGroup(
FieldTypeGroup field_type_group) { … }
FillingProduct GetPreferredSuggestionFillingProduct(
FieldType trigger_field_type,
AutofillSuggestionTriggerSource suggestion_trigger_source) { … }
}