Chromium Code Reviews| Index: chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js |
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js |
| index 502d07a6a1911e58ef73c8c3c6b34b573e876101..7c2614528c4e2a6e63c9dcab540ae2e5ba5dc826 100644 |
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js |
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js |
| @@ -12,9 +12,7 @@ |
| Polymer({ |
| is: 'settings-address-edit-dialog', |
| - behaviors: [ |
| - I18nBehavior, |
| - ], |
| + behaviors: [I18nBehavior], |
|
dpapad
2017/03/30 17:18:39
Can you revert this? There are no other changes in
scottchen
2017/03/30 18:11:18
Done.
|
| properties: { |
| /** @type {chrome.autofillPrivate.AddressEntry} */ |