Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: base/trace_event/memory_allocator_dump_guid.h

Issue 1641513004: Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/trace_event/memory_allocator_dump.cc ('k') | base/trace_event/memory_allocator_dump_guid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « base/trace_event/memory_allocator_dump.cc ('k') | base/trace_event/memory_allocator_dump_guid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698