chromium/components/autofill/core/browser/geo/alternative_state_name_map_test_utils.cc

// Copyright 2020 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/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) {}

}  // namespace test
}  // namespace autofill