| Index: chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.html b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| index ba6696801af28ffc44fd392217aaa439e62df354..ffc95098116931ec1decbebb8a9e3d966ff820b4 100644
|
| --- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| +++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| @@ -33,14 +33,10 @@
|
| </label>
|
| </div>
|
| <div class="input cell">
|
| - <label id="stateLabel" for="state">
|
| - <span i18n-content="stateLabel"></span>
|
| - </label>
|
| + <label id="state-label" for="state"></label>
|
| </div>
|
| <div class="input cell">
|
| - <label id="zipCodeLabel" for="zipCode">
|
| - <span i18n-content="zipCodeLabel"></span>
|
| - </label>
|
| + <label id="postal-code-label" for="postal-code"></label>
|
| </div>
|
| </div>
|
| <div class="row">
|
| @@ -51,14 +47,14 @@
|
| <input type="text" class="form" id="state">
|
| </div>
|
| <div class="input cell">
|
| - <input type="text" class="form" id="zipCode">
|
| + <input type="text" class="form" id="postal-code">
|
| </div>
|
| </div>
|
| </div>
|
| <div class="input">
|
| - <label id="countryLabel">
|
| - <div><span i18n-content="countryLabel"></span></div>
|
| - <input type="text" class="form" class="form" id="country">
|
| + <label id="country-label">
|
| + <div><span i18n-content="country-label"></span></div>
|
| + <select id="country"></select>
|
| </label>
|
| </div>
|
| <div class="table">
|
|
|