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

Unified Diff: webrtc/api/jsepsessiondescription.h

Issue 2715103002: Replace NULL with nullptr or null in webrtc/api/. (Closed)
Patch Set: merge with master 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/api/jsepicecandidate.h ('k') | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/jsepsessiondescription.h
diff --git a/webrtc/api/jsepsessiondescription.h b/webrtc/api/jsepsessiondescription.h
index b5e1b4f9f2512a1300f9fd2c69aa538249eda585..e4855b9ac63c6532ec1c84fa263ffd79b40ca62e 100644
--- a/webrtc/api/jsepsessiondescription.h
+++ b/webrtc/api/jsepsessiondescription.h
@@ -35,7 +35,7 @@ class JsepSessionDescription : public SessionDescriptionInterface {
explicit JsepSessionDescription(const std::string& type);
virtual ~JsepSessionDescription();
- // |error| may be NULL.
+ // |error| may be null.
bool Initialize(const std::string& sdp, SdpParseError* error);
// Takes ownership of |description|.
« no previous file with comments | « webrtc/api/jsepicecandidate.h ('k') | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698