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 6b98cefa1410eda90163cbb4c174a750f1cd4bfa..8c5b540bc7789b3d69a146878afc5d535e0aefc8 100644 |
--- a/chrome/browser/ui/webui/options/autofill_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
@@ -410,7 +410,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; |