Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
index d67d78d67a50c42b7989ba9b6ac779cad0de221d..e81813653bbc4f80c1fbf4cf323acd2ae66748f0 100644 |
--- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
+++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc |
@@ -24,7 +24,10 @@ |
#include "webrtc/system_wrappers/include/event_wrapper.h" |
#include "webrtc/system_wrappers/include/tick_util.h" |
-using namespace webrtc; |
+using webrtc::CriticalSectionScoped; |
+using webrtc::CriticalSectionWrapper; |
+using webrtc::EventWrapper; |
+using webrtc::TickTime; |
#ifdef MATLAB |
MatlabEngine eng; |