| Index: chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
|
| index dbbbc0bec8a7b112f022d99c2c04cdcf3a86e8fe..a351c62687d0ec97c8b4da28fa3f29c9404ab206 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
|
| @@ -4,12 +4,12 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-textarea.html">
|
| +<link rel="import" href="/md_select_css.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
| -<link rel="import" href="/select_css.html">
|
|
|
| <dom-module id="settings-address-edit-dialog">
|
| <template>
|
| - <style include="settings-shared select">
|
| + <style include="settings-shared md-select">
|
| .address-row {
|
| display: flex;
|
| }
|
|
|