Index: content/common/gpu/media/video_encode_accelerator_unittest.cc |
diff --git a/content/common/gpu/media/video_encode_accelerator_unittest.cc b/content/common/gpu/media/video_encode_accelerator_unittest.cc |
index 126d95af65f9f3b119085013b54cb32d88907045..a515b7454fe5550182f4c28c033e9e92016a6061 100644 |
--- a/content/common/gpu/media/video_encode_accelerator_unittest.cc |
+++ b/content/common/gpu/media/video_encode_accelerator_unittest.cc |
@@ -666,7 +666,7 @@ VEAClient::VEAClient(TestStream* test_stream, |
base::FilePath out_filename(test_stream_->out_filename); |
// This creates or truncates out_filename. |
// Without it, AppendToFile() will not work. |
- EXPECT_EQ(0, base::WriteFile(out_filename, NULL, 0)); |
+ EXPECT_EQ(0, base::WriteFile(out_filename, nullptr, 0)); |
} |
// Initialize the parameters of the test streams. |