| Index: chrome/browser/sync/test/integration/autofill_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/autofill_helper.cc b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| index 43359c6c6c766ec71da7c529cc8ebb6152e38d0a..54bb657fe3467db106186672484ae376e970402f 100644
|
| --- a/chrome/browser/sync/test/integration/autofill_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| @@ -284,7 +284,7 @@ void UpdateProfile(int profile,
|
| for (size_t i = 0; i < all_profiles.size(); ++i) {
|
| profiles.push_back(*all_profiles[i]);
|
| if (all_profiles[i]->guid() == guid)
|
| - profiles.back().SetRawInfo(type.field_type(), value);
|
| + profiles.back().SetRawInfo(type.server_type(), value);
|
| }
|
| autofill_helper::SetProfiles(profile, &profiles);
|
| }
|
|
|