| Index: chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
 | 
| index 7c267416793c82ef60a63e97719cb4b2a3d9c48c..e450c183ed093e4d54f2f89a692e097862c69bd0 100644
 | 
| --- a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
 | 
| +++ b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
 | 
| @@ -188,7 +188,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, SameProfileWithConflict) {
 | 
|  
 | 
|    AutofillProfile profile0 = CreateAutofillProfile(PROFILE_HOMER);
 | 
|    AutofillProfile profile1 = CreateAutofillProfile(PROFILE_HOMER);
 | 
| -  profile1.SetInfo(PHONE_FAX_WHOLE_NUMBER, ASCIIToUTF16("1234567890"));
 | 
| +  profile1.SetInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("1234567890"));
 | 
|  
 | 
|    AddProfile(0, profile0);
 | 
|    AddProfile(1, profile1);
 | 
| 
 |