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

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

Issue 2664503004: MD Settings: Make all HTML import href's relative. (Closed)
Patch Set: Fix wrong path. 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 d5edfd44dc4df50d24140f27f0b0f530d70cbf3f..e6fcabc7ddecf57b656c6a41fc9ae99e3914a2ee 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>$i18n{settings}</title>
<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