| Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| index 35d2ede96f07bde6eab86e558de338b242348086..45d2e0305468a9612644b37509a818303b364ad8 100644
|
| --- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| +++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
|
| @@ -21,17 +21,14 @@
|
| namespace i18n {
|
| namespace addressinput {
|
|
|
| -class Localization;
|
| struct AddressUiComponent;
|
|
|
| // Returns the list of supported CLDR region codes.
|
| const std::vector<std::string>& GetRegionCodes();
|
|
|
| -// Returns the UI components for the CLDR |region_code|. Uses the strings from
|
| -// |localization|. Returns an empty vector on error.
|
| -std::vector<AddressUiComponent> BuildComponents(
|
| - const std::string& region_code,
|
| - const Localization& localization);
|
| +// Returns the UI components for the CLDR |region_code|. Returns an empty vector
|
| +// on error.
|
| +std::vector<AddressUiComponent> BuildComponents(const std::string& region_code);
|
|
|
| } // namespace addressinput
|
| } // namespace i18n
|
|
|