| 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 82dde6746182b25b0c6735e6dd18f1f5b21f648d..e9d3f8fdca9bed396d2f8383c8e102b2d8c5aab2 100644
|
| --- a/chrome/browser/sync/test/integration/autofill_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/autofill_helper.cc
|
| @@ -261,7 +261,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().SetInfo(type.field_type(), value);
|
| + profiles.back().SetRawInfo(type.field_type(), value);
|
| }
|
| autofill_helper::SetProfiles(profile, &profiles);
|
| }
|
|
|