| Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc
|
| index 5fd940dbcc297d42f2a090c798438cae01630daa..ffe6ccef7dd7b9c3cea5d3c5e2993e009808c701 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc
|
| @@ -19,8 +19,8 @@
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h"
|
|
|
| -using namespace webrtc;
|
| -
|
| +namespace webrtc {
|
| +namespace {
|
| #define test_rate 64000u
|
|
|
| class VerifyingAudioReceiver : public NullRtpData {
|
| @@ -349,3 +349,6 @@ TEST_F(RtpRtcpAudioTest, DTMF) {
|
| module1->Process();
|
| }
|
| }
|
| +
|
| +} // namespace
|
| +} // namespace webrtc
|
|
|