// 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. // This file was generated by go/autofill-i18n-model-git. Do not manually edit. #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTOFILL_I18N_FORMATTING_EXPRESSIONS_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTOFILL_I18N_FORMATTING_EXPRESSIONS_H_ #include <string_view> #include "base/containers/fixed_flat_map.h" #include "components/autofill/core/browser/field_types.h" namespace autofill::i18n_model_definition { // A pair of country code and server field type used as keys in the // `kAutofillFormattingRulesMap`. CountryAndFieldType; // A lookup map for formatting expressions for countries and field types. inline constexpr auto kAutofillFormattingRulesMap = …; } // namespace autofill::i18n_model_definition #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_DATA_MODEL_AUTOFILL_I18N_FORMATTING_EXPRESSIONS_H_