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

Unified Diff: util/mach/task_memory.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/mach/symbolic_constants_mach_test.cc ('k') | util/posix/process_util_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/task_memory.h
diff --git a/util/mach/task_memory.h b/util/mach/task_memory.h
index cd1adf96d4ab6d55257ea30f5ea3f2054768dd3c..2077d5eadd29279f44d498d255339fb63b010de5 100644
--- a/util/mach/task_memory.h
+++ b/util/mach/task_memory.h
@@ -120,7 +120,7 @@ class TaskMemory {
//! \param[in] size The size, in bytes, of the memory region to map.
//!
//! \return On success, a MappedMemory object that provides access to the data
- //! requested. On faliure, `NULL`, with a warning logged. Failures can
+ //! requested. On faliure, `nullptr`, with a warning logged. Failures can
//! occur, for example, when encountering unmapped or unreadable pages.
scoped_ptr<MappedMemory> ReadMapped(mach_vm_address_t address, size_t size);
« no previous file with comments | « util/mach/symbolic_constants_mach_test.cc ('k') | util/posix/process_util_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698