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

Unified Diff: util/mac/launchd.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 | « tools/on_demand_service_tool.mm ('k') | util/mac/launchd.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mac/launchd.h
diff --git a/util/mac/launchd.h b/util/mac/launchd.h
index f9876e2d9f1a7072c36db87e220191f6599bb97b..11340bf6b1d1a169e9c99d67612ea20e90d38b7b 100644
--- a/util/mac/launchd.h
+++ b/util/mac/launchd.h
@@ -26,7 +26,7 @@ namespace crashpad {
//! \param[in] property_cf The Core Foundation-type property list to convert.
//!
//! \return The converted launchd-type `launch_data_t`. The caller takes
-//! ownership of the returned value. On error, returns `NULL`.
+//! ownership of the returned value. On error, returns `nullptr`.
//!
//! \note This function handles all `CFPropertyListRef` types except for
//! `CFDateRef`, because there’s no `launch_data_type_t` analogue. Not all
« no previous file with comments | « tools/on_demand_service_tool.mm ('k') | util/mac/launchd.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698