diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_profile_unittest.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_profile_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_profile_unittest.cc b/chrome/browser/autofill/autofill_profile_unittest.cc index 28bf838..a5fa207 100644 --- a/chrome/browser/autofill/autofill_profile_unittest.cc +++ b/chrome/browser/autofill/autofill_profile_unittest.cc @@ -481,8 +481,7 @@ TEST(AutofillProfileTest, CreateInferredLabelsSkipsEmptyFields) { // A field must have a non-empty value for each profile to be considered a // distinguishing field. - profiles[1]->SetInfo(ADDRESS_HOME_LINE1, - ASCIIToUTF16("88 Nowhere Ave.")); + profiles[1]->SetInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("88 Nowhere Ave.")); AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 1, &labels); ASSERT_EQ(3U, labels.size()); |