summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc')
-rw-r--r--chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc b/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
index d3070c0..3d0ab37 100644
--- a/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
+++ b/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
@@ -352,7 +352,8 @@ TEST_F(AutofillProfileSyncableServiceTest, MergeProfile) {
profile2.SetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, values);
EXPECT_FALSE(AutofillProfileSyncableService::MergeProfile(profile2,
- &profile1));
+ &profile1,
+ "en-US"));
profile1.GetRawMultiInfo(NAME_FIRST, &values);
ASSERT_EQ(values.size(), 2U);
@@ -386,7 +387,8 @@ TEST_F(AutofillProfileSyncableServiceTest, MergeProfile) {
profile3.SetRawMultiInfo(NAME_LAST, values);
EXPECT_TRUE(AutofillProfileSyncableService::MergeProfile(profile3,
- &profile1));
+ &profile1,
+ "en-US"));
profile1.GetRawMultiInfo(NAME_FIRST, &values);
ASSERT_EQ(values.size(), 3U);