Index: base/threading/thread_checker_impl.h |
diff --git a/base/threading/thread_checker_impl.h b/base/threading/thread_checker_impl.h |
index 24361c83221373b7994e0f74f4196193ac0826f8..879ac3ab3546c1bd16b212410745a6845dc407ab 100644 |
--- a/base/threading/thread_checker_impl.h |
+++ b/base/threading/thread_checker_impl.h |
@@ -35,7 +35,7 @@ class BASE_EXPORT ThreadCheckerImpl { |
mutable base::Lock lock_; |
// This is mutable so that CalledOnValidThread can set it. |
// It's guarded by |lock_|. |
- mutable PlatformThreadId valid_thread_id_; |
+ mutable PlatformThreadRef valid_thread_id_; |
}; |
} // namespace base |