diff --git a/cpp/test/phonenumbers/phonecontextparser_test.cc b/cpp/test/phonenumbers/phonecontextparser_test.cc index c7541746f..eb49b0259 100644 --- a/cpp/test/phonenumbers/phonecontextparser_test.cc +++ b/cpp/test/phonenumbers/phonecontextparser_test.cc @@ -31,8 +31,7 @@ class PhoneContextParserTest : public testing::Test { protected: PhoneContextParserTest() - : country_calling_codes_( - std::make_unique>(std::vector{64})), + : country_calling_codes_(new std::vector{64}), reg_exps_(new PhoneNumberRegExpsAndMappings()), normalizer_(new PhoneNumberNormalizer(reg_exps_)), context_parser_(new PhoneContextParser(