chromium/components/autofill/core/browser/autofill_granular_filling_utils.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/autofill/core/browser/autofill_granular_filling_utils.h"

#include "components/autofill/core/browser/autofill_type.h"
#include "components/autofill/core/browser/field_types.h"

namespace autofill {

FillingMethod GetFillingMethodFromTargetedFields(
    const FieldTypeSet& targeted_field_types) {}

FillingMethod GetFillingMethodFromSuggestionType(SuggestionType type) {}

FieldTypeSet GetAddressFieldsForGroupFilling() {}

bool AreFieldsGranularFillingGroup(const FieldTypeSet& field_types) {}

FieldTypeSet GetTargetFieldTypesFromFillingMethod(
    FillingMethod filling_method) {}

}  // namespace autofill