| Index: chrome/browser/sync/glue/generic_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/generic_change_processor.cc b/chrome/browser/sync/glue/generic_change_processor.cc
|
| index a12df1c4b892d6ce06e4964b4c05674964c22379..1bbeb4e43b380b5d600dfc9b257c23483f2a9084 100644
|
| --- a/chrome/browser/sync/glue/generic_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/generic_change_processor.cc
|
| @@ -368,7 +368,7 @@ syncer::SyncError GenericChangeProcessor::ProcessSyncChanges(
|
| syncer::Cryptographer* crypto = trans.GetCryptographer();
|
| syncable::ModelTypeSet encrypted_types(crypto->GetEncryptedTypes());
|
| const sync_pb::EntitySpecifics& specifics =
|
| - sync_node.GetEntry()->Get(syncable::SPECIFICS);
|
| + sync_node.GetEntry()->Get(syncer::syncable::SPECIFICS);
|
| CHECK(specifics.has_encrypted());
|
| const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted());
|
| const bool agreement = encrypted_types.Has(type);
|
|
|