Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h |
diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h |
index 23f61b2158a5a55ea89cf01674c7cadd1b044d54..de92b96c722a4d947642c511fff1db34e3211337 100644 |
--- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h |
+++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h |
@@ -44,7 +44,8 @@ protected: |
webrtc::CriticalSectionWrapper* _critSect; |
webrtc::EventWrapper *_eventPtr; |
- rtc::scoped_ptr<webrtc::PlatformThread> _genThread; |
+ // TODO(pbos): Replace without pointer usage. |
+ rtc::scoped_ptr<rtc::PlatformThread> _genThread; |
int32_t _bitrateKbps; |
TestSenderReceiver *_sender; |
bool _running; |