summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 23:47:13 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 23:47:13 +0000
commit3540102a3b99033e6f4838f9843721bff47a2aa8 (patch)
treea4cdae31eaf5beaae1a4d57a6ab936c64073b440 /ui
parentad90b5620fc7ec8140b94a64d5f4033356dc5c5b (diff)
downloadchromium_src-3540102a3b99033e6f4838f9843721bff47a2aa8.zip
chromium_src-3540102a3b99033e6f4838f9843721bff47a2aa8.tar.gz
chromium_src-3540102a3b99033e6f4838f9843721bff47a2aa8.tar.bz2
Autofill i18n: Set postal code and state field labels based on the selected country.
* Changes the country field to a <select> field. * Restricts the possible values for the "country" field to a set of known values * Moves the country field to the top of the Autofill dialog * Changes the field labels according to the selected country BUG=56599,56602,56604 TEST= Review URL: http://codereview.chromium.org/6484022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/base/l10n/l10n_util_collator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/base/l10n/l10n_util_collator.h b/ui/base/l10n/l10n_util_collator.h
index b2c3b9b..eea2764 100644
--- a/ui/base/l10n/l10n_util_collator.h
+++ b/ui/base/l10n/l10n_util_collator.h
@@ -11,6 +11,7 @@
#include <string>
#include <vector>
+#include "base/scoped_ptr.h"
#include "base/utf_string_conversions.h"
#include "unicode/coll.h"