| Index: content/renderer/media/media_stream_audio_source.h
|
| diff --git a/content/renderer/media/media_stream_audio_source.h b/content/renderer/media/media_stream_audio_source.h
|
| index 42ef81a94fe9ed50cd8a407007201049ef947db5..392dac046bb492b87ce6b1219249de29f1da9011 100644
|
| --- a/content/renderer/media/media_stream_audio_source.h
|
| +++ b/content/renderer/media/media_stream_audio_source.h
|
| @@ -82,7 +82,7 @@
|
| // implementation of the content::MediaStreamAudioTrack interface, which
|
| // becomes associated with and owned by |track|. Returns true if the source
|
| // was successfully started.
|
| - virtual bool ConnectToTrack(const blink::WebMediaStreamTrack& track);
|
| + bool ConnectToTrack(const blink::WebMediaStreamTrack& track);
|
|
|
| // Returns the current format of the audio passing through this source to the
|
| // sinks. This can return invalid parameters if the source has not yet been
|
|
|