Index: minidump/minidump_thread_writer.h |
diff --git a/minidump/minidump_thread_writer.h b/minidump/minidump_thread_writer.h |
index 8f3c107b6f8dea8464abc66056256b30240b53d1..db7ce43cea82f71ac56000ee5f3bb208145c2740 100644 |
--- a/minidump/minidump_thread_writer.h |
+++ b/minidump/minidump_thread_writer.h |
@@ -55,7 +55,7 @@ class MinidumpThreadWriter final : public internal::MinidumpWritable { |
//! corresponding to this object’s stack. |
//! |
//! If the thread does not have a stack, or its stack could not be determined, |
- //! this will return NULL. |
+ //! this will return nullptr. |
//! |
//! This method is provided so that MinidumpThreadListWriter can obtain thread |
//! stack memory regions for the purposes of adding them to a |