#include "components/autofill/core/browser/geo/alternative_state_name_map_test_utils.h"
#include "base/strings/utf_string_conversions.h"
namespace autofill {
namespace test {
void PopulateStateEntry(const TestStateEntry& test_state_entry,
StateEntry* state_entry) { … }
void ClearAlternativeStateNameMapForTesting() { … }
AlternativeStateNameMap::StateName NormalizeAndConvertToUTF16(
const std::string& text) { … }
void PopulateAlternativeStateNameMapForTesting(
const std::string& country_code,
const std::string& key,
const std::vector<TestStateEntry>& test_state_entries) { … }
std::string CreateStatesProtoAsString(const std::string& country_code,
const TestStateEntry& test_state_entry) { … }
}
}