From a1783598a78b2cd583408d97372fb4c0ba0fde91 Mon Sep 17 00:00:00 2001 From: "pwestin@webrtc.org" Date: Tue, 10 Jan 2012 15:33:40 +0000 Subject: [PATCH] Bugfix for clang. Review URL: http://webrtc-codereview.appspot.com/351001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1375 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/rtp_rtcp/test/testAPI/test_api.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +