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

Unified Diff: chrome/browser/resources/settings/controls/pref_control_behavior.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/pref_control_behavior.html
diff --git a/chrome/browser/resources/settings/controls/pref_control_behavior.html b/chrome/browser/resources/settings/controls/pref_control_behavior.html
index facdfad56bac758770e8f9ce76361b0d2b5492d4..d350813538a7b627652f35bc0882aaf5da1d8006 100644
--- a/chrome/browser/resources/settings/controls/pref_control_behavior.html
+++ b/chrome/browser/resources/settings/controls/pref_control_behavior.html
@@ -1,3 +1,3 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="/prefs/prefs_types.html">
+<link rel="import" href="../prefs/prefs_types.html">
<script src="pref_control_behavior.js"></script>

Powered by Google App Engine
This is Rietveld 408576698