#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_AUTOFILL_COUNTRY_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_AUTOFILL_COUNTRY_H_
#include <optional>
#include <string>
#include <string_view>
#include "base/containers/span.h"
#include "base/feature_list.h"
#include "components/autofill/core/browser/field_types.h"
#include "components/autofill/core/browser/geo/country_data.h"
#include "components/autofill/core/common/autofill_features.h"
#include "third_party/libaddressinput/src/cpp/include/libaddressinput/address_field.h"
namespace autofill {
class LogBuffer;
class AutofillCountry { … };
LogBuffer& operator<<(LogBuffer& buffer, const AutofillCountry& country);
}
#endif