Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
index 822bc5d1d44385c5258dca510f24d998e0e927a6..d58a5289e75fab47dc242e2b68bd7fbb48c7e24b 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
@@ -9,6 +9,8 @@ |
<link rel="import" href="/settings_shared_css.html"> |
<dom-module id="passwords-section"> |
+ <!-- action_link.css is needed for the |managePasswordsLabel| link --> |
+ <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
<template> |
<style include="settings-shared passwords-shared"> |
#manageLink { |
@@ -118,7 +120,5 @@ |
</template> |
</iron-list> |
</template> |
- <!-- action_link.css is needed for the |managePasswordsLabel| link --> |
- <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
<script src="/passwords_and_forms_page/passwords_section.js"></script> |
</dom-module> |