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 b7ee06cbe83b56f7cfec328e4a3dc61b5194c898..f3073fbdae0fae0fab8f88335cf162b9ec334c0e 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 |
@@ -4,6 +4,7 @@ |
<link rel="import" href="chrome://resources/html/polymer.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html"> |
+<link rel="import" href="/controls/settings_toggle_button.html"> |
<link rel="import" href="/global_scroll_target_behavior.html"> |
<link rel="import" href="/passwords_and_forms_page/password_edit_dialog.html"> |
<link rel="import" href="/passwords_and_forms_page/passwords_shared_css.html"> |
@@ -52,12 +53,12 @@ |
-webkit-user-select: text; |
} |
</style> |
- <div class="settings-box first two-line"> |
- <settings-checkbox id="autosigninCheckbox" |
+ <div class="settings-box first"> |
+ <settings-toggle-button id="autosigninCheckbox" class="start" |
pref="{{prefs.credentials_enable_autosignin}}" |
label="$i18n{passwordsAutosigninLabel}" |
sub-label="$i18n{passwordsAutosigninDescription}"> |
- </settings-checkbox> |
+ </settings-toggle-button> |
</div> |
<div id="manageLink" class="settings-box first"> |
<!-- This span lays out the url correctly, relative to the label. --> |