chromium/components/search_engines/eea_countries_ids.h

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

#ifndef COMPONENTS_SEARCH_ENGINES_EEA_COUNTRIES_IDS_H_
#define COMPONENTS_SEARCH_ENGINES_EEA_COUNTRIES_IDS_H_

#include "base/containers/fixed_flat_set.h"
#include "components/country_codes/country_codes.h"

namespace search_engines {

// Google-internal reference: http://go/geoscope-comparisons.
inline constexpr auto kEeaChoiceCountriesIds =;

}  // namespace search_engines

#endif  // COMPONENTS_SEARCH_ENGINES_EEA_COUNTRIES_IDS_H_