| Index: third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc b/third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc
|
| index 1bb8d101f6df71acbdb248cdb3290f8432eb5e39..ce092fe13c170318d4b2161bf2911437f812b6f1 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc
|
| @@ -83,8 +83,8 @@ TEST(ProcessTypes, DyldImagesSelf) {
|
| dyld_info.all_image_info_addr);
|
| EXPECT_GT(dyld_info.all_image_info_size, 1u);
|
|
|
| - // This field is only present in the Mac OS X 10.7 SDK (at build time) and
|
| - // kernel (at run time).
|
| + // This field is only present in the OS X 10.7 SDK (at build time) and kernel
|
| + // (at run time).
|
| #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
|
| if (MacOSXMinorVersion() >= 7) {
|
| #if !defined(ARCH_CPU_64_BITS)
|
|
|