Index: third_party/crashpad/crashpad/snapshot/mac/process_reader.h |
diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_reader.h b/third_party/crashpad/crashpad/snapshot/mac/process_reader.h |
index c369611070359fe77c708bea84f159282dac2c7e..72bd1dc6bed25d37d82a7eb40eead4bc19893f4a 100644 |
--- a/third_party/crashpad/crashpad/snapshot/mac/process_reader.h |
+++ b/third_party/crashpad/crashpad/snapshot/mac/process_reader.h |
@@ -124,9 +124,7 @@ class ProcessReader { |
//! \brief Determines the target process’ start time. |
//! |
//! \param[out] start_time The time that the process started. |
- void StartTime(timeval* start_time) const { |
- process_info_.StartTime(start_time); |
- } |
+ void StartTime(timeval* start_time) const; |
//! \brief Determines the target process’ execution time. |
//! |