Index: snapshot/mac/exception_snapshot_mac.cc |
diff --git a/snapshot/mac/exception_snapshot_mac.cc b/snapshot/mac/exception_snapshot_mac.cc |
index 95d8c620c73cde36c21ab923b750d9cf6caa95b4..69ac6b52e640ccf107cc76f6e088b5c40ed896a1 100644 |
--- a/snapshot/mac/exception_snapshot_mac.cc |
+++ b/snapshot/mac/exception_snapshot_mac.cc |
@@ -45,7 +45,7 @@ bool ExceptionSnapshotMac::Initialize(ProcessReader* process_reader, |
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_SET_INITIALIZING(initialized_); |