| 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 5d74ca89168f7fcdfc8acf768c2173867afdff30..d9bce7561e6c32b6c846926f55fc518c8b9708d5 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
|
| @@ -6,8 +6,8 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11y-keys.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="/settings_shared_css.html">
|
| -<link rel="import" href="/settings_vars_css.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
| +<link rel="import" href="../settings_vars_css.html">
|
|
|
| <dom-module id="settings-address-edit-dialog">
|
| <template>
|
|
|