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 54bb657fe3467db106186672484ae376e970402f..e4a7f61031bfa674b4f71609918f72a38d4af8ad 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.server_type(), value); |
+ profiles.back().SetRawInfo(type.GetStorableType(), value); |
} |
autofill_helper::SetProfiles(profile, &profiles); |
} |