| Index: chrome/browser/sync/glue/typed_url_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| index c98459ed4873ffbc8482198750d9d6689be6495c..c0fa9b373f34b78d2f7040a27274fb357ff5dc3a 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| @@ -137,7 +137,7 @@ bool TypedUrlChangeProcessor::CreateOrUpdateSyncNode(
|
| } else if (result == syncer::BaseNode::INIT_FAILED_DECRYPT_IF_NECESSARY) {
|
| // TODO(tim): Investigating bug 121587.
|
| syncer::Cryptographer* crypto = trans->GetCryptographer();
|
| - syncer::ModelTypeSet encrypted_types(crypto->GetEncryptedTypes());
|
| + syncer::ModelTypeSet encrypted_types(trans->GetEncryptedTypes());
|
| const sync_pb::EntitySpecifics& specifics =
|
| update_node.GetEntry()->Get(syncer::syncable::SPECIFICS);
|
| CHECK(specifics.has_encrypted());
|
|
|