summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/autofill/autofill_country.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_country.cc b/chrome/browser/autofill/autofill_country.cc
index ef675bb..7cc8a45 100644
--- a/chrome/browser/autofill/autofill_country.cc
+++ b/chrome/browser/autofill/autofill_country.cc
@@ -398,7 +398,7 @@ const std::string AutofillCountry::GetCountryCode(
return "US";
if (country == ASCIIToUTF16("Great Britain") ||
country == ASCIIToUTF16("UK"))
- return "UK";
+ return "GB";
if (country == ASCIIToUTF16("Brasil"))
return "BR";
if (country == ASCIIToUTF16("Deutschland"))