| Index: snapshot/mac/process_snapshot_mac.h
|
| diff --git a/snapshot/mac/process_snapshot_mac.h b/snapshot/mac/process_snapshot_mac.h
|
| index 7221d2cf67d27495247ac85177a04b2d40054cd5..d9d3480450e195e313625c7b06bbff53743b319e 100644
|
| --- a/snapshot/mac/process_snapshot_mac.h
|
| +++ b/snapshot/mac/process_snapshot_mac.h
|
| @@ -37,6 +37,7 @@
|
| #include "snapshot/process_snapshot.h"
|
| #include "snapshot/system_snapshot.h"
|
| #include "snapshot/thread_snapshot.h"
|
| +#include "util/mach/mach_extensions.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
| #include "util/misc/uuid.h"
|
| #include "util/stdlib/pointer_container.h"
|
| @@ -74,7 +75,7 @@ class ProcessSnapshotMac final : public ProcessSnapshot {
|
| const mach_exception_data_type_t* code,
|
| mach_msg_type_number_t code_count,
|
| thread_state_flavor_t flavor,
|
| - const natural_t* state,
|
| + ConstThreadState state,
|
| mach_msg_type_number_t state_count);
|
|
|
| //! \brief Sets the value to be returned by ReportID().
|
|
|