Index: chrome/browser/resources/options2/autofill_options_list.js |
diff --git a/chrome/browser/resources/options2/autofill_options_list.js b/chrome/browser/resources/options2/autofill_options_list.js |
index 0b6899d9fdde6129abcb263ac7aea5323461dce2..422545a14e371329ba21e25537e9f06e55ca40d5 100644 |
--- a/chrome/browser/resources/options2/autofill_options_list.js |
+++ b/chrome/browser/resources/options2/autofill_options_list.js |
@@ -10,9 +10,8 @@ cr.define('options.autofillOptions', function() { |
function AutofillEditProfileButton(guid, edit) { |
var editButtonEl = document.createElement('button'); |
- editButtonEl.className = 'raw-button custom-appearance'; |
- editButtonEl.textContent = |
- templateData.autofillEditProfileButton; |
+ editButtonEl.className = 'list-inline-button custom-appearance'; |
+ editButtonEl.textContent = templateData.autofillEditProfileButton; |
editButtonEl.onclick = function(e) { edit(guid); }; |
// Don't select the row when clicking the button. |