| Index: components/ukm/ukm_entry.cc
|
| diff --git a/components/ukm/ukm_entry.cc b/components/ukm/ukm_entry.cc
|
| index ae2c5843848bff3f138850ab488c491f0ac5e912..6439ae9d6c4b04fe4ce55f28722662e0e19dfdc9 100644
|
| --- a/components/ukm/ukm_entry.cc
|
| +++ b/components/ukm/ukm_entry.cc
|
| @@ -16,7 +16,7 @@ UkmEntry::UkmEntry(const content::GlobalRequestID& source_id,
|
|
|
| UkmEntry::~UkmEntry() {}
|
|
|
| -void UkmEntry::PopulateProto(Entry* proto_entry) {
|
| +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);
|
|
|