| Index: components/ukm/ukm_entry.cc
|
| diff --git a/components/ukm/ukm_entry.cc b/components/ukm/ukm_entry.cc
|
| index 69e61040213fdd0f741008fed92a101c2950e561..88b724c06f6abee81c98dc38a4f0a329a0050b42 100644
|
| --- a/components/ukm/ukm_entry.cc
|
| +++ b/components/ukm/ukm_entry.cc
|
| @@ -18,7 +18,6 @@ UkmEntry::~UkmEntry() {}
|
| void UkmEntry::PopulateProto(Entry* proto_entry) const {
|
| DCHECK(!proto_entry->has_source_id());
|
| DCHECK(!proto_entry->has_event_hash());
|
| - DCHECK(proto_entry->metrics_size() == 0);
|
|
|
| proto_entry->set_source_id(source_id_);
|
| proto_entry->set_event_hash(event_hash_);
|
|
|