| Index: chrome/browser/resources/settings/people_page/lock_screen.html
|
| diff --git a/chrome/browser/resources/settings/people_page/lock_screen.html b/chrome/browser/resources/settings/people_page/lock_screen.html
|
| index 63b6748a58fa8054aae146739f857ca0a2b776d5..e6df9cbc108bcfb08aef81ae9ef79f2cbfffece1 100644
|
| --- a/chrome/browser/resources/settings/people_page/lock_screen.html
|
| +++ b/chrome/browser/resources/settings/people_page/lock_screen.html
|
| @@ -3,15 +3,15 @@
|
| <link rel="import" href="chrome://resources/html/action_link_css.html">
|
| <link rel="import" href="chrome://resources/html/i18n_behavior.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper-radio-group.html">
|
| -<link rel="import" href="/controls/settings_toggle_button.html">
|
| -<link rel="import" href="/people_page/fingerprint_list.html">
|
| -<link rel="import" href="/people_page/lock_screen_constants.html">
|
| -<link rel="import" href="/people_page/lock_state_behavior.html">
|
| -<link rel="import" href="/people_page/password_prompt_dialog.html">
|
| -<link rel="import" href="/people_page/setup_pin_dialog.html">
|
| -<link rel="import" href="/prefs/prefs_behavior.html">
|
| -<link rel="import" href="/route.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="../controls/settings_toggle_button.html">
|
| +<link rel="import" href="fingerprint_list.html">
|
| +<link rel="import" href="lock_screen_constants.html">
|
| +<link rel="import" href="lock_state_behavior.html">
|
| +<link rel="import" href="password_prompt_dialog.html">
|
| +<link rel="import" href="setup_pin_dialog.html">
|
| +<link rel="import" href="../prefs/prefs_behavior.html">
|
| +<link rel="import" href="../route.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="settings-lock-screen">
|
| <template>
|
|
|