| Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| index ea6ed09c63bdf08d1a602bfc416336a49cb8ec4c..0c9fa8b3c3e479cc4ecd92b71bcf686993f2d6e4 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
|
| @@ -3,6 +3,7 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| +<link rel="import" href="/passwords_and_forms_page/address_edit_dialog.html">
|
| <link rel="import" href="/passwords_and_forms_page/credit_card_edit_dialog.html">
|
| <link rel="import" href="/passwords_and_forms_page/passwords_shared_css.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
| @@ -53,6 +54,8 @@
|
| <div id="menuRemoveAddress" class="list-item menu-item"
|
| on-tap="onMenuRemoveAddressTap_">$i18n{removeAddress}</div>
|
| </cr-shared-menu>
|
| + <settings-address-edit-dialog id="addressEditDialog">
|
| + </settings-address-edit-dialog>
|
| <div class="heading">$i18n{creditCards}</div>
|
| <div class="item-list">
|
| <div class="list-item column-header">
|
|
|