| Index: chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| index 5fce43647e55a60df6f406d6b1a934afb6dd7287..ac270adb6e6038e573fc50de231b8394aa0bafd2 100644
|
| --- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| +++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
|
| @@ -2,9 +2,9 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| -<link rel="import" href="/people_page/lock_screen_constants.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="lock_screen_constants.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="settings-password-prompt-dialog">
|
| <template>
|
|
|