| Index: third_party/libaddressinput/chromium/cpp/src/region_data_constants.h
|
| diff --git a/third_party/libaddressinput/chromium/cpp/src/region_data_constants.h b/third_party/libaddressinput/chromium/cpp/src/region_data_constants.h
|
| index 3897174b01cba0ffd1f297256e1dd8452b9301b3..2d243def99cfd04365099b715f6b69ac7876ef01 100644
|
| --- a/third_party/libaddressinput/chromium/cpp/src/region_data_constants.h
|
| +++ b/third_party/libaddressinput/chromium/cpp/src/region_data_constants.h
|
| @@ -26,6 +26,12 @@ class RegionDataConstants {
|
| static const std::vector<std::string>& GetRegionCodes();
|
| static const std::string& GetRegionData(const std::string& region_code);
|
| static const std::string& GetDefaultRegionData();
|
| +
|
| + static const std::string& GetLanguageCompactLineSeparator(
|
| + const std::string& language_code);
|
| +
|
| + static const std::string& GetCountryCompactLineSeparator(
|
| + const std::string& country_code);
|
| };
|
|
|
| } // namespace addressinput
|
|
|