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

Unified Diff: webrtc/base/unixfilesystem.h

Issue 2718663005: Replace NULL with nullptr or null in webrtc/base/. (Closed)
Patch Set: Manually fixing a few things. Created 3 years, 10 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
Index: webrtc/base/unixfilesystem.h
diff --git a/webrtc/base/unixfilesystem.h b/webrtc/base/unixfilesystem.h
index 8338e5cd0bb504c4f30d4183f91b25a72309a4bd..6f9095910193cc8f07e7cfb65e108fe5caed58bb 100644
--- a/webrtc/base/unixfilesystem.h
+++ b/webrtc/base/unixfilesystem.h
@@ -35,7 +35,7 @@ class UnixFilesystem : public FilesystemInterface {
#endif
// Opens a file. Returns an open StreamInterface if function succeeds.
- // Otherwise, returns NULL.
+ // Otherwise, returns null.
FileStream* OpenFile(const Pathname& filename,
const std::string& mode) override;

Powered by Google App Engine
This is Rietveld 408576698