Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
index 2632a0eb3ecbfd2f9b6575fd3bd044cfead85965..89109a90eae59ed79953f63989d3f8901708c096 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
@@ -9,6 +9,7 @@ |
<link rel="import" href="/settings_shared_css.html"> |
<dom-module id="settings-autofill-section"> |
+ <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
<template> |
<style include="settings-shared passwords-shared"> |
.link-item { |
@@ -119,6 +120,5 @@ |
<settings-credit-card-edit-dialog id="editCreditCardDialog"> |
</settings-credit-card-edit-dialog> |
</template> |
- <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
<script src="/passwords_and_forms_page/autofill_section.js"></script> |
</dom-module> |