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

Unified Diff: compat/mac/mach-o/getsect.h

Issue 700143004: C++11: Use type aliases instead of typedefs (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 1 month 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 | « client/simulate_crash_mac.cc ('k') | compat/mac/mach-o/getsect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/mac/mach-o/getsect.h
diff --git a/compat/mac/mach-o/getsect.h b/compat/mac/mach-o/getsect.h
index f982c4b4ba9027f277ceef4a7bae285532378621..c9169e164994dc17be5553a41566e14c03663afa 100644
--- a/compat/mac/mach-o/getsect.h
+++ b/compat/mac/mach-o/getsect.h
@@ -32,11 +32,11 @@
extern "C" {
#endif
-// Don’t use a typedef to account for the mach_header/mach_header_64 difference
-// between the 32-bit and 64-bit versions of getsectiondata() and
+// Don’t use a type alias to account for the mach_header/mach_header_64
+// difference between the 32-bit and 64-bit versions of getsectiondata() and
// getsegmentdata(). This file should be faithfully equivalent to the native
-// SDK, and adding typedefs here would pollute the namespace in a way that the
-// native SDK does not.
+// SDK, and adding type aliases here would pollute the namespace in a way that
+// the native SDK does not.
#if !defined(__LP64__)
« no previous file with comments | « client/simulate_crash_mac.cc ('k') | compat/mac/mach-o/getsect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698