chromium/components/autofill/core/browser/geo/country_names_for_locale.h

// 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.

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_COUNTRY_NAMES_FOR_LOCALE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_COUNTRY_NAMES_FOR_LOCALE_H_

#include <map>
#include <memory>
#include <string>

#include "third_party/icu/source/i18n/unicode/coll.h"

namespace autofill {

class CountryNamesForLocale {};

}  // namespace autofill
#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_GEO_COUNTRY_NAMES_FOR_LOCALE_H_