| 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
|
|
|