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

Unified Diff: chrome/browser/resources/settings/settings.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/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index 73099265c02d3a5d742199e6497f71c47d06789d..53975ff8c245ef9d8b6cb291f095a984db3da0d2 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -5,7 +5,7 @@
<title>$i18n{settings}</title>
<base href="chrome://$i18n{hostname}">
<link rel="import" href="chrome://resources/html/polymer.html">
- <link rel="import" href="/settings_ui/settings_ui.html">
+ <link rel="import" href="settings_ui/settings_ui.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="chrome://resources/html/i18n_template.html">
<!-- Do not add any <link rel="..."> elements below here. Imports outside of

Powered by Google App Engine
This is Rietveld 408576698