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

Unified Diff: util/mach/exception_ports.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 | « util/mach/exc_server_variants_test.cc ('k') | util/mach/exception_ports_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/exception_ports.cc
diff --git a/util/mach/exception_ports.cc b/util/mach/exception_ports.cc
index 33b517d3f5da20a9afb657959666a21167c768ca..2d85c1e67a4212600f8d656d41e443a1cc34e915 100644
--- a/util/mach/exception_ports.cc
+++ b/util/mach/exception_ports.cc
@@ -54,9 +54,9 @@ ExceptionPorts::ExceptionPorts(TargetType target_type, mach_port_t target_port)
default:
NOTREACHED();
- get_exception_ports_ = NULL;
- set_exception_ports_ = NULL;
- target_name_ = NULL;
+ get_exception_ports_ = nullptr;
+ set_exception_ports_ = nullptr;
+ target_name_ = nullptr;
target_port_ = MACH_PORT_NULL;
break;
}
« no previous file with comments | « util/mach/exc_server_variants_test.cc ('k') | util/mach/exception_ports_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698