| Index: chrome/browser/sync/glue/autofill_profile_model_associator_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_model_associator_unittest.cc b/chrome/browser/sync/glue/autofill_profile_model_associator_unittest.cc
|
| index a1780d436ff4188553abf034246a32e04e0b617a..81b213e4f6580ea7ab727ca79633adff5658d5c6 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_model_associator_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_model_associator_unittest.cc
|
| @@ -254,8 +254,7 @@ TEST_F(AutofillProfileModelAssociatorTest, TestNeedToAddNativeProfile) {
|
| read_node);
|
|
|
| EXPECT_EQ(bundle.new_profiles.size(), (unsigned int)1);
|
| - EXPECT_EQ(
|
| - bundle.new_profiles.front()->GetFieldText(AutofillType(NAME_FIRST)),
|
| - UTF8ToUTF16(first_name));
|
| + EXPECT_EQ(bundle.new_profiles.front()->GetFieldText(NAME_FIRST),
|
| + UTF8ToUTF16(first_name));
|
| }
|
|
|
|
|