Index: chrome/browser/autofill/autofill_profile_unittest.cc |
diff --git a/chrome/browser/autofill/autofill_profile_unittest.cc b/chrome/browser/autofill/autofill_profile_unittest.cc |
index 37f78afda711f6a94467d0b635526b6984593783..5038c0494dd8dc6a8c17f35666820b8c2428fad3 100644 |
--- a/chrome/browser/autofill/autofill_profile_unittest.cc |
+++ b/chrome/browser/autofill/autofill_profile_unittest.cc |
@@ -481,7 +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(AutofillType(ADDRESS_HOME_LINE1), |
+ profiles[1]->SetInfo(ADDRESS_HOME_LINE1, |
ASCIIToUTF16("88 Nowhere Ave.")); |
AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 1, |
&labels); |