Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index d54036b31a5a98ccd0ce3e934afbb31abe7f79e7..44eb5cafeae813557fcdfb04d5b641c3f42f46e6 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -1088,7 +1088,7 @@ TEST_F(ProfileSyncServiceAutofillTest, HasNativeHasSyncMergeProfileCombine) { |
"91601", "US", "19482937549"); |
AutofillProfile expected_profile(sync_profile); |
- expected_profile.OverwriteWithOrAddTo(*native_profile, "en-US"); |
+ expected_profile.OverwriteWith(*native_profile, "en-US"); |
std::vector<AutofillProfile*> native_profiles; |
native_profiles.push_back(native_profile); |