diff --git a/src/modules/rtp_rtcp/test/testAPI/test_api.h b/src/modules/rtp_rtcp/test/testAPI/test_api.h index 495e9ac099..c4ff91620a 100644 --- a/src/modules/rtp_rtcp/test/testAPI/test_api.h +++ b/src/modules/rtp_rtcp/test/testAPI/test_api.h @@ -12,7 +12,7 @@ #include "rtp_rtcp.h" #include "rtp_rtcp_defines.h" -using namespace webrtc; +namespace webrtc { class FakeRtpRtcpClock : public RtpRtcpClock { public: @@ -82,4 +82,5 @@ class RtpReceiver : public RtpData { } }; - +} // namespace webrtc +