| Index: sync/syncable/model_neutral_mutable_entry.cc
|
| diff --git a/sync/syncable/model_neutral_mutable_entry.cc b/sync/syncable/model_neutral_mutable_entry.cc
|
| index 77c442acfde7ff7119cfc5366c3057c9a57efb73..81c25c3de495981b0b12445725027607a41a3662 100644
|
| --- a/sync/syncable/model_neutral_mutable_entry.cc
|
| +++ b/sync/syncable/model_neutral_mutable_entry.cc
|
| @@ -48,7 +48,7 @@ ModelNeutralMutableEntry::ModelNeutralMutableEntry(BaseWriteTransaction* trans,
|
| CreateNewTypeRoot,
|
| ModelType type)
|
| : Entry(trans), base_write_transaction_(trans) {
|
| - DCHECK(!IsTypeWithServerGeneratedRoot(type));
|
| + DCHECK(IsTypeWithClientGeneratedRoot(type));
|
| Entry same_type_root(trans, GET_TYPE_ROOT, type);
|
| kernel_ = NULL;
|
| if (same_type_root.good()) {
|
|
|