#include "testing/testing.hpp" #include "storage/storage_tests/helpers.hpp" #include "storage/country_info_getter.hpp" #include "platform/platform.hpp" #include namespace storage { std::unique_ptr CreateCountryInfoGetter() { return CountryInfoReader::CreateCountryInfoGetter(GetPlatform()); } } // namespace storage