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

Unified Diff: util/misc/uuid.h

Issue 440603002: Put back the standard-layout checks lost in 5bbb7e8abbe0 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 4 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 | « no previous file | util/misc/uuid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/misc/uuid.h
diff --git a/util/misc/uuid.h b/util/misc/uuid.h
index 25b2dbb1c93789b0280855ab225565133c579bdb..04270e3e6edd731ef2109399e126e5516b60a519 100644
--- a/util/misc/uuid.h
+++ b/util/misc/uuid.h
@@ -27,6 +27,8 @@ namespace crashpad {
//! primarily by Microsoft.
//!
//! A %UUID is a unique 128-bit number specified by RFC 4122.
+//!
+//! This is a standard-layout structure.
struct UUID {
//! \brief Initializes the %UUID to zero.
UUID();
« no previous file with comments | « no previous file | util/misc/uuid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698