Index: base/time/time_mac.cc |
diff --git a/base/time/time_mac.cc b/base/time/time_mac.cc |
index 1dbbc3370df6ca4c04a34164bc39c39eea73c231..8983ab2e625051cffcb29ae67dfd0a369fb2a7a6 100644 |
--- a/base/time/time_mac.cc |
+++ b/base/time/time_mac.cc |
@@ -83,7 +83,7 @@ int64_t ComputeThreadTicks() { |
} |
kern_return_t kr = thread_info( |
- thread, |
+ thread.get(), |
THREAD_BASIC_INFO, |
reinterpret_cast<thread_info_t>(&thread_info_data), |
&thread_info_count); |