Index: chrome/browser/ui/autofill/autofill_dialog_types.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h |
index 16a472024868cfe6d1eb0bb4a76245330d43c8fa..89ef1201203da8631a8b2fde1e1d225155692ede 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h |
@@ -22,8 +22,8 @@ struct DetailInput { |
// kBillingInputs. |
int row_id; |
AutofillFieldType type; |
- // TODO(estade): remove this, do l10n. |
- const char* placeholder_text; |
+ // Placeholder text resource ID. |
+ int placeholder_text_rid; |
// The section suffix that the field must have to match up to this input. |
const char* section_suffix; |
// A number between 0 and 1.0 that describes how much of the horizontal space |