Index: chrome/browser/ui/webui/options/autofill_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.cc b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
index cfe09e42e24367f0a4c153215d13eab42606158b..46e11e7af763ce76320cea62cb3fc71c1750113a 100644 |
--- a/chrome/browser/ui/webui/options/autofill_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
@@ -407,7 +407,10 @@ void AutofillOptionsHandler::LoadAutofillData() { |
const std::vector<AutofillProfile*>& profiles = |
personal_data_->web_profiles(); |
std::vector<base::string16> labels; |
- AutofillProfile::CreateDifferentiatingLabels(profiles, &labels); |
+ AutofillProfile::CreateDifferentiatingLabels( |
+ profiles, |
+ g_browser_process->GetApplicationLocale(), |
+ &labels); |
DCHECK_EQ(labels.size(), profiles.size()); |
base::ListValue addresses; |