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

Unified Diff: chrome/browser/resources/settings/controls/controlled_radio_button.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/controls/controlled_radio_button.html
diff --git a/chrome/browser/resources/settings/controls/controlled_radio_button.html b/chrome/browser/resources/settings/controls/controlled_radio_button.html
index 6440dd8562fa2255a4e5e60533291e1e9e90018c..7631de204ebd5904fdd77d7351636631888c3ca1 100644
--- a/chrome/browser/resources/settings/controls/controlled_radio_button.html
+++ b/chrome/browser/resources/settings/controls/controlled_radio_button.html
@@ -1,9 +1,9 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/paper-radio-button.html">
<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_indicator.html">
-<link rel="import" href="/controls/pref_control_behavior.html">
-<link rel="import" href="/prefs/pref_util.html">
-<link rel="import" href="/settings_shared_css.html">
+<link rel="import" href="pref_control_behavior.html">
+<link rel="import" href="../prefs/pref_util.html">
+<link rel="import" href="../settings_shared_css.html">
<dom-module id="controlled-radio-button">
<template>

Powered by Google App Engine
This is Rietveld 408576698