| 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 faf5828d1865dc671afd64d8df0ce86ed293ede9..b6d0c986ea2c27bebe4a0e402e73825f5c474c13 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,7 +4,8 @@
|
| <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_vars_css.html">
|
| +<link rel="import" href="chrome://resources/html/md_select_css.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| <dom-module id="settings-address-edit-dialog">
|
|
|