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

Unified Diff: snapshot/system_snapshot_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/system_snapshot_mac.cc ('k') | snapshot/thread_snapshot_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/system_snapshot_mac_test.cc
diff --git a/snapshot/system_snapshot_mac_test.cc b/snapshot/system_snapshot_mac_test.cc
index bce1137d4efac06906317dff4fc869122be57c39..3d0c813b6f173a698a170b1916c15aa5eadc06b0 100644
--- a/snapshot/system_snapshot_mac_test.cc
+++ b/snapshot/system_snapshot_mac_test.cc
@@ -50,7 +50,7 @@ class SystemSnapshotMacTest : public testing::Test {
// testing::Test:
virtual void SetUp() override {
ASSERT_TRUE(process_reader_.Initialize(mach_task_self()));
- ASSERT_EQ(0, gettimeofday(&snapshot_time_, NULL))
+ ASSERT_EQ(0, gettimeofday(&snapshot_time_, nullptr))
<< ErrnoMessage("gettimeofday");
system_snapshot_.Initialize(&process_reader_, &snapshot_time_);
}
« no previous file with comments | « snapshot/system_snapshot_mac.cc ('k') | snapshot/thread_snapshot_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698