| Index: sync/syncable/entry_kernel.h
|
| diff --git a/sync/syncable/entry_kernel.h b/sync/syncable/entry_kernel.h
|
| index f5c40175c336f00f0997d3d18e5c39c332c3fafa..0c2f47133264df605bbaef4aae0e9796c7ef0341 100644
|
| --- a/sync/syncable/entry_kernel.h
|
| +++ b/sync/syncable/entry_kernel.h
|
| @@ -247,7 +247,6 @@ struct SYNC_EXPORT_PRIVATE EntryKernel {
|
| ProtoTimeToTime(TimeToProtoTime(value));
|
| }
|
| inline void put(IdField field, const Id& value) {
|
| - DCHECK(!value.IsNull());
|
| id_fields[field - ID_FIELDS_BEGIN] = value;
|
| }
|
| inline void put(BaseVersion field, int64 value) {
|
|
|