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

Unified Diff: snapshot/mac/process_types/traits.h

Issue 984023005: snapshot/mac: align members of 64-bit dyld_all_image_infos properly in 32-bit mode (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 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 | « snapshot/mac/process_types/dyld_images.proctype ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_types/traits.h
diff --git a/snapshot/mac/process_types/traits.h b/snapshot/mac/process_types/traits.h
index 73ca7e956bb80f89c88a7a5d3364b9bf35a60c37..0b4d2731a195c55220ecff8dcb91b72cc4e968f7 100644
--- a/snapshot/mac/process_types/traits.h
+++ b/snapshot/mac/process_types/traits.h
@@ -26,7 +26,7 @@
// __VA_ARGS__, which is intended to set the alignment of the 64-bit types, is
// not used for that type alias.
#define DECLARE_PROCESS_TYPE_TRAITS_CLASS(traits_name, lp_bits, ...) \
- namespace crashpad { \
+ namespace crashpad { \
namespace process_types { \
namespace internal { \
struct Traits##traits_name { \
« no previous file with comments | « snapshot/mac/process_types/dyld_images.proctype ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698