Index: snapshot/process_snapshot.h |
diff --git a/snapshot/process_snapshot.h b/snapshot/process_snapshot.h |
index 76ea7fe6da40c318b543bd4d2a36f6587d56bcd8..5138f83bc96eb1b9ac0a18de548b0cbfb779d90d 100644 |
--- a/snapshot/process_snapshot.h |
+++ b/snapshot/process_snapshot.h |
@@ -104,7 +104,7 @@ class ProcessSnapshot { |
//! \return An ExceptionSnapshot object. The caller does not take ownership of |
//! this object, it is scoped to the lifetime of the ProcessSnapshot |
//! object that it was obtained from. If the snapshot is not a result of |
- //! an exception, returns `NULL`. |
+ //! an exception, returns `nullptr`. |
virtual const ExceptionSnapshot* Exception() const = 0; |
protected: |