Index: sync/engine/syncer_util.cc |
diff --git a/sync/engine/syncer_util.cc b/sync/engine/syncer_util.cc |
index fedf4d8f54859528af88700e0d69538574987f7b..3d6bbce3aa8d87a75d3c3a0a3d3712150e1afd77 100644 |
--- a/sync/engine/syncer_util.cc |
+++ b/sync/engine/syncer_util.cc |
@@ -217,7 +217,7 @@ UpdateAttemptResponse AttemptToUpdateEntry( |
// the nigori node (e.g. on restart), they will commit without issue. |
if (specifics.has_nigori()) { |
const sync_pb::NigoriSpecifics& nigori = specifics.nigori(); |
- cryptographer->Update(nigori); |
+ cryptographer->UpdateFromNigori(nigori); |
// Make sure any unsynced changes are properly encrypted as necessary. |
// We only perform this if the cryptographer is ready. If not, these are |