Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4386)

Unified Diff: chrome/browser/resources/settings/people_page/lock_screen.html

Issue 2664503004: MD Settings: Make all HTML import href's relative. (Closed)
Patch Set: resolve more conflicts Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698