From e94f1860db455c3af9e8e245505b2335e5cf1be5 Mon Sep 17 00:00:00 2001 From: "dhollowa@chromium.org" Date: Wed, 27 Oct 2010 15:25:57 +0000 Subject: Autofill deprecate unique_ids in favor of guids for Mac UI Removes use of labels and unique_ids in the Mac UI for Autofill. BUG=58813 TEST=AutoFillAddressModelTest.*:AutoFillAddressSheetControllerTest.*:AutoFillCreditCardModelTest.*:AutoFillDialogControllerTest.* Review URL: http://codereview.chromium.org/4110004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64073 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/form_group.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/autofill/form_group.cc') diff --git a/chrome/browser/autofill/form_group.cc b/chrome/browser/autofill/form_group.cc index e99059b..7e91bc3 100644 --- a/chrome/browser/autofill/form_group.cc +++ b/chrome/browser/autofill/form_group.cc @@ -8,7 +8,7 @@ string16 FormGroup::GetPreviewText(const AutoFillType& type) const { return GetFieldText(type); } -const string16& FormGroup::Label() const { return EmptyString16(); } +const string16 FormGroup::Label() const { return string16(); } bool FormGroup::operator!=(const FormGroup& form_group) const { FieldTypeSet a, b, symmetric_difference; -- cgit v1.1