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

Unified Diff: snapshot/memory_snapshot_mac.cc

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 | « snapshot/exception_snapshot_mac.cc ('k') | snapshot/process_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/memory_snapshot_mac.cc
diff --git a/snapshot/memory_snapshot_mac.cc b/snapshot/memory_snapshot_mac.cc
index 163c38203907ddc84b0b02d738833a013a9ec993..ee038377d46964a591502fdbb05ba3ad455d9c04 100644
--- a/snapshot/memory_snapshot_mac.cc
+++ b/snapshot/memory_snapshot_mac.cc
@@ -21,7 +21,7 @@ namespace internal {
MemorySnapshotMac::MemorySnapshotMac()
: MemorySnapshot(),
- process_reader_(NULL),
+ process_reader_(nullptr),
address_(0),
size_(0),
initialized_() {
« no previous file with comments | « snapshot/exception_snapshot_mac.cc ('k') | snapshot/process_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698