Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: util/mac/mac_util.h

Issue 656703002: Convert NULL to nullptr (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Fix 80-column violations Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/mac/launchd.mm ('k') | util/mac/mac_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mac/mac_util.h
diff --git a/util/mac/mac_util.h b/util/mac/mac_util.h
index c16b14fc3d97490a4a0e13fa6a300b9182dc59f3..9cedfdfb2ca2bb8d3fba8ba066cd3734df4918d7 100644
--- a/util/mac/mac_util.h
+++ b/util/mac/mac_util.h
@@ -32,7 +32,7 @@ int MacOSXMinorVersion();
//! \brief Returns the version of the running operating system.
//!
-//! All parameters are required. No parameter may be `NULL`.
+//! All parameters are required. No parameter may be `nullptr`.
//!
//! \param[out] major The major version of the operating system, such as `10`
//! for Mac OS X 10.9.2.
« no previous file with comments | « util/mac/launchd.mm ('k') | util/mac/mac_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698