| 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 772f99405349846b171e4c2cdb0862582a2e78c3..81701725b0fa3e1e02ade7b4220c26f5e817fdfe 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
|
| @@ -335,11 +335,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, MaxLength) {
|
| base::string16 max_length_string(AutofillTable::kMaxDataLength, '.');
|
| UpdateProfile(0,
|
| GetAllProfiles(0)[0]->guid(),
|
| - AutofillType(autofill::NAME_FIRST),
|
| - max_length_string);
|
| - UpdateProfile(0,
|
| - GetAllProfiles(0)[0]->guid(),
|
| - AutofillType(autofill::NAME_LAST),
|
| + AutofillType(autofill::NAME_FULL),
|
| max_length_string);
|
| UpdateProfile(0,
|
| GetAllProfiles(0)[0]->guid(),
|
|
|