Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h |
diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h |
index 549e5cc021033a892c6bf4f142a1290da56ab420..7ded42d7329ec971476ead216056aceb363a7cb8 100644 |
--- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h |
+++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h |
@@ -160,7 +160,7 @@ private: |
std::vector<MatlabPlot *> _plots; |
webrtc::CriticalSectionWrapper *_critSect; |
webrtc::EventWrapper *_eventPtr; |
- rtc::scoped_ptr<webrtc::PlatformThread> _plotThread; |
+ rtc::scoped_ptr<rtc::PlatformThread> _plotThread; |
bool _running; |
int _numPlots; |
}; |