| Index: chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html
|
| index da01a9534a50389663dbc63b282e038abcdf4ac2..07753dc6180761993eca8c56dd77c4b51d11cd8a 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html
|
| @@ -3,8 +3,8 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| -<link rel="import" href="/icons.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="../icons.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="password-edit-dialog">
|
| <template>
|
|
|