Chromium Code Reviews| Index: webrtc/audio/audio_send_stream.cc |
| diff --git a/webrtc/audio/audio_send_stream.cc b/webrtc/audio/audio_send_stream.cc |
| index a7b98c76708b35b98cd10f96eb2332069d24933d..2b0ad0d68bc13d7eec95b7d2a2bd86645321ea6f 100644 |
| --- a/webrtc/audio/audio_send_stream.cc |
| +++ b/webrtc/audio/audio_send_stream.cc |
| @@ -51,7 +51,6 @@ std::string AudioSendStream::Config::ToString() const { |
| } |
| namespace internal { |
| - |
|
hlundin-webrtc
2015/11/20 12:59:22
Undo this change and you'll keep this file from th
the sun
2015/11/20 14:24:09
Done.
|
| AudioSendStream::AudioSendStream( |
| const webrtc::AudioSendStream::Config& config, |
| const rtc::scoped_refptr<webrtc::AudioState>& audio_state) |