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

Unified Diff: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.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/easy_unlock_turn_off_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
index 5e026f28869abfd192b9558697772fbd999d81fe..9395315e542e7ff93200e11a8d633d3d73e77b67 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
@@ -4,9 +4,9 @@
<link rel="import" href="chrome://resources/html/web_ui_listener_behavior.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-spinner/paper-spinner.html">
-<link rel="import" href="/i18n_setup.html">
-<link rel="import" href="/people_page/easy_unlock_browser_proxy.html">
-<link rel="import" href="/settings_shared_css.html">
+<link rel="import" href="../i18n_setup.html">
+<link rel="import" href="easy_unlock_browser_proxy.html">
+<link rel="import" href="../settings_shared_css.html">
<dom-module id="easy-unlock-turn-off-dialog">
<template>

Powered by Google App Engine
This is Rietveld 408576698