Index: sync/engine/conflict_resolver.cc |
diff --git a/sync/engine/conflict_resolver.cc b/sync/engine/conflict_resolver.cc |
index 2a3c62d836b196da22ff4842037c1f660882b725..5912e466c0abbfaaf0c183f6b1cdc6a2bddbc077 100644 |
--- a/sync/engine/conflict_resolver.cc |
+++ b/sync/engine/conflict_resolver.cc |
@@ -229,7 +229,7 @@ ConflictResolver::ProcessSimpleConflict(WriteTransaction* trans, |
sync_pb::NigoriSpecifics* server_nigori = specifics.mutable_nigori(); |
// Store the merged set of encrypted types (cryptographer->Update(..) will |
// have merged the local types already). |
- cryptographer->UpdateNigoriFromEncryptedTypes(server_nigori); |
+ cryptographer->UpdateNigoriFromEncryptedTypes(server_nigori, trans); |
// The cryptographer has the both the local and remote encryption keys |
// (added at cryptographer->Update(..) time). |
// If the cryptographer is ready, then it already merged both sets of keys |