Chromium Code Reviews

Unified Diff: webrtc/base/optionsfile_unittest.cc

Issue 2718663005: Replace NULL with nullptr or null in webrtc/base/. (Closed)
Patch Set: Fixing Windows and formatting issues. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/base/opensslstreamadapter.cc ('k') | webrtc/base/pathutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/optionsfile_unittest.cc
diff --git a/webrtc/base/optionsfile_unittest.cc b/webrtc/base/optionsfile_unittest.cc
index 4eaf8015f2daac104f30d5ac558697aa18cbe651..69bd719638de1b7bfeb3b76576c3561ced649328 100644
--- a/webrtc/base/optionsfile_unittest.cc
+++ b/webrtc/base/optionsfile_unittest.cc
@@ -47,7 +47,7 @@ class MAYBE_OptionsFileTest : public testing::Test {
public:
MAYBE_OptionsFileTest() {
Pathname dir;
- RTC_CHECK(Filesystem::GetTemporaryFolder(dir, true, NULL));
+ RTC_CHECK(Filesystem::GetTemporaryFolder(dir, true, nullptr));
test_file_ = Filesystem::TempFilename(dir, ".testfile");
OpenStore();
}
« no previous file with comments | « webrtc/base/opensslstreamadapter.cc ('k') | webrtc/base/pathutils.cc » ('j') | no next file with comments »

Powered by Google App Engine