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

Unified Diff: webrtc/base/asyncsocket.h

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. 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 | « webrtc/base/asyncpacketsocket.h ('k') | webrtc/base/asyncsocket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/asyncsocket.h
diff --git a/webrtc/base/asyncsocket.h b/webrtc/base/asyncsocket.h
index bf6c88aa391a1ec2ffd0630e48aa3da99b0ffac6..40cf1b5bd100d5a7692d8a6cd60994aff948f014 100644
--- a/webrtc/base/asyncsocket.h
+++ b/webrtc/base/asyncsocket.h
@@ -42,7 +42,7 @@ class AsyncSocket : public Socket {
class AsyncSocketAdapter : public AsyncSocket, public sigslot::has_slots<> {
public:
- // The adapted socket may explicitly be NULL, and later assigned using Attach.
+ // The adapted socket may explicitly be null, and later assigned using Attach.
// However, subclasses which support detached mode must override any methods
// that will be called during the detached period (usually GetState()), to
// avoid dereferencing a null pointer.
« no previous file with comments | « webrtc/base/asyncpacketsocket.h ('k') | webrtc/base/asyncsocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698