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

Unified Diff: webrtc/api/mediastreaminterface.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/jsepsessiondescription.h ('k') | webrtc/api/notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreaminterface.h
diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
index 59ca66c865bfd3ec3bb67da451dc6a8a171ee343..2d16e5214d48b08d3eef2d7e5419fa9b64c01252 100644
--- a/webrtc/api/mediastreaminterface.h
+++ b/webrtc/api/mediastreaminterface.h
@@ -260,7 +260,7 @@ class AudioTrackInterface : public MediaStreamTrackInterface {
// virtual after it's implemented in chromium.
virtual bool GetSignalLevel(int* level) { return false; }
- // Get the audio processor used by the audio track. Return NULL if the track
+ // Get the audio processor used by the audio track. Return null if the track
// does not have any processor.
// TODO(deadbeef): Make the interface pure virtual.
virtual rtc::scoped_refptr<AudioProcessorInterface> GetAudioProcessor() {
« no previous file with comments | « webrtc/api/jsepsessiondescription.h ('k') | webrtc/api/notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698