| 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 cae5745e78067777fb1f39e3c894175a43c1b4c0..99086bc15243daecf71d6c338164a1f4c16bd77b 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| @@ -232,7 +232,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());
|
|
|