#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTOFILL_PROFILE_COMPARATOR_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTOFILL_PROFILE_COMPARATOR_H_
#include <memory>
#include <optional>
#include <set>
#include <string>
#include <string_view>
#include "base/containers/flat_map.h"
#include "components/autofill/core/browser/data_model/address.h"
#include "components/autofill/core/browser/data_model/autofill_profile.h"
#include "components/autofill/core/browser/data_model/contact_info.h"
#include "components/autofill/core/browser/field_types.h"
namespace autofill {
struct ProfileValueDifference { … };
FieldTypeSet GetUserVisibleTypes();
class AutofillProfileComparator { … };
}
#endif