| Index: snapshot/mac/process_snapshot_mac.cc
|
| diff --git a/snapshot/mac/process_snapshot_mac.cc b/snapshot/mac/process_snapshot_mac.cc
|
| index 76cd3186a45db39ecc4a2fcb0c4029233aa65aae..71d45c3c1540b48e6e6c028d546c83e217a3824b 100644
|
| --- a/snapshot/mac/process_snapshot_mac.cc
|
| +++ b/snapshot/mac/process_snapshot_mac.cc
|
| @@ -62,7 +62,7 @@ bool ProcessSnapshotMac::InitializeException(
|
| 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) {
|
| INITIALIZATION_STATE_DCHECK_VALID(initialized_);
|
| DCHECK(!exception_);
|
|
|