Chromium Code Reviews| Index: components/ukm/ukm_entry.h |
| diff --git a/components/ukm/ukm_entry.h b/components/ukm/ukm_entry.h |
| index d432bd0c1dd6f0739120a22f09b6d414d42e57c6..9adcedb3fa0310c9c402637a7b2c0a62599605db 100644 |
| --- a/components/ukm/ukm_entry.h |
| +++ b/components/ukm/ukm_entry.h |
| @@ -29,6 +29,7 @@ class UkmEntry { |
| void PopulateProto(Entry* proto_entry) const; |
| int32_t source_id() const { return source_id_; } |
| + uint64_t event_hash() const { return event_hash_; } |
| ~UkmEntry(); |