Chromium Code Reviews| Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui_component.h |
| diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui_component.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui_component.h |
| index 5982a29f00398ae726607b46f32fcf18cf8b6ade..eca0a239e45f64f4d591620a1219324268a981ca 100644 |
| --- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui_component.h |
| +++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui_component.h |
| @@ -35,8 +35,8 @@ struct AddressUiComponent { |
| // The address field type for this UI component, for example LOCALITY. |
| AddressField field; |
| - // The name of the field, for example "City". |
| - std::string name; |
| + // The id of the string for the name of the field, for example "City". |
|
please use gerrit instead
2014/01/13 18:50:13
Let's keep the ID vs id capitalization consistent.
Evan Stade
2014/01/13 23:36:07
Done.
|
| + int name_id; |
| // The hint for how large the input field should be in a multiline address |
| // form. |