| Index: base/trace_event/memory_allocator_dump_guid.h
|
| diff --git a/base/trace_event/memory_allocator_dump_guid.h b/base/trace_event/memory_allocator_dump_guid.h
|
| index 84c12ef037401fe035ce4a3f5966cd4e9f617a46..634ca8133b53200ecc7bc9cfa9300642ed8ecebc 100644
|
| --- a/base/trace_event/memory_allocator_dump_guid.h
|
| +++ b/base/trace_event/memory_allocator_dump_guid.h
|
| @@ -23,6 +23,8 @@ class BASE_EXPORT MemoryAllocatorDumpGuid {
|
| // global scope of all the traced processes.
|
| explicit MemoryAllocatorDumpGuid(const std::string& guid_str);
|
|
|
| + uint64 ToUint64() const { return guid_; }
|
| +
|
| // Returns a (hex-encoded) string representation of the guid.
|
| std::string ToString() const;
|
|
|
|
|