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

Unified Diff: snapshot/cpu_context_mac_test.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/cpu_context_mac.h ('k') | snapshot/exception_snapshot_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/cpu_context_mac_test.cc
diff --git a/snapshot/cpu_context_mac_test.cc b/snapshot/cpu_context_mac_test.cc
index a214a31ebe4b2ec9302828ea85b2ea4906c927a2..9084898d60f067b62f9b0fa23a8dcf6180970b46 100644
--- a/snapshot/cpu_context_mac_test.cc
+++ b/snapshot/cpu_context_mac_test.cc
@@ -38,7 +38,7 @@ TEST(CPUContextMac, InitializeContextX86) {
CPUContextX86 cpu_context_x86 = {};
internal::InitializeCPUContextX86(&cpu_context_x86,
THREAD_STATE_NONE,
- NULL,
+ nullptr,
0,
&x86_thread_state32,
&x86_float_state32,
@@ -233,7 +233,7 @@ TEST(CPUContextMac, InitializeContextX86_64) {
CPUContextX86_64 cpu_context_x86_64 = {};
internal::InitializeCPUContextX86_64(&cpu_context_x86_64,
THREAD_STATE_NONE,
- NULL,
+ nullptr,
0,
&x86_thread_state64,
&x86_float_state64,
« no previous file with comments | « snapshot/cpu_context_mac.h ('k') | snapshot/exception_snapshot_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698