Index: components/autofill/core/browser/autofill_profile.cc |
diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc |
index 28e45b956fe91b0293c5ac97743d345b32c3ca62..79e6321e64b595a5399424158265447d131360fd 100644 |
--- a/components/autofill/core/browser/autofill_profile.cc |
+++ b/components/autofill/core/browser/autofill_profile.cc |
@@ -923,6 +923,7 @@ base::string16 AutofillProfile::ConstructInferredLabel( |
const std::vector<ServerFieldType>& included_fields, |
size_t num_fields_to_use, |
const std::string& app_locale) const { |
+ // TODO(estade): use libaddressinput? |
base::string16 separator = |
l10n_util::GetStringUTF16(IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR); |