Index: content/renderer/media/media_stream_audio_source.cc |
diff --git a/content/renderer/media/media_stream_audio_source.cc b/content/renderer/media/media_stream_audio_source.cc |
index 92070d92211a2df871e6fcbceea8f9b164771f2c..dad7699e8501ddf38f3a4f52411fd46dd85dd74f 100644 |
--- a/content/renderer/media/media_stream_audio_source.cc |
+++ b/content/renderer/media/media_stream_audio_source.cc |
@@ -53,10 +53,10 @@ void MediaStreamAudioSource::AddTrack( |
constraints, |
this)) { |
// The source failed to start. |
- // MediaStreamImpl rely on the |stop_callback| to be triggered when the |
- // last track is removed from the source. But in this case, the source is |
- // is not even started. So we need to fail both adding the track and |
- // trigger |stop_callback|. |
+ // UserMediaClientImpl rely on the |stop_callback| to be triggered when |
+ // the last track is removed from the source. But in this case, the |
+ // source is is not even started. So we need to fail both adding the |
+ // track and trigger |stop_callback|. |
callback.Run(this, MEDIA_DEVICE_TRACK_START_FAILURE, ""); |
StopSource(); |
return; |