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

Unified Diff: util/mach/mach_message_server.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/exception_ports_test.cc ('k') | util/mach/symbolic_constants_mach.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/mach_message_server.cc
diff --git a/util/mach/mach_message_server.cc b/util/mach/mach_message_server.cc
index d6b0d085d03ca9fad69aa9f98160a15f984e6a33..0c1745d6598d75b43e24caa99b1f39ed59f06ce7 100644
--- a/util/mach/mach_message_server.cc
+++ b/util/mach/mach_message_server.cc
@@ -120,7 +120,7 @@ mach_msg_return_t MachMessageServer::Run(Interface* interface,
mach_msg_size_t this_request_size = request_size;
base::mac::ScopedMachVM request_scoper;
- mach_msg_header_t* request_header = NULL;
+ mach_msg_header_t* request_header = nullptr;
while (!request_scoper.address()) {
vm_address_t request_addr;
« no previous file with comments | « util/mach/exception_ports_test.cc ('k') | util/mach/symbolic_constants_mach.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698