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() { |