Index: chrome/browser/sync/glue/bookmark_change_processor.cc |
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc |
index b382eaedeb47e91cc0bdbba7454b48a0bcbdfd25..cca79d0e78f6518392be7366d87205b8a98030a8 100644 |
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc |
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc |
@@ -233,7 +233,7 @@ void BookmarkChangeProcessor::BookmarkNodeChanged(BookmarkModel* model, |
LOG(ERROR) << "Deleted entry."; |
} else { |
syncer::Cryptographer* crypto = trans.GetCryptographer(); |
- syncer::ModelTypeSet encrypted_types(crypto->GetEncryptedTypes()); |
+ syncer::ModelTypeSet encrypted_types(trans.GetEncryptedTypes()); |
const sync_pb::EntitySpecifics& specifics = |
sync_node.GetEntry()->Get(syncer::syncable::SPECIFICS); |
CHECK(specifics.has_encrypted()); |