| Index: webrtc/video_engine/vie_channel.h
|
| diff --git a/webrtc/video_engine/vie_channel.h b/webrtc/video_engine/vie_channel.h
|
| index 32f0301707009d68e98d6a489bf68ddb17ae5307..203a07ec97b123dfb463ec3079c586400739017b 100644
|
| --- a/webrtc/video_engine/vie_channel.h
|
| +++ b/webrtc/video_engine/vie_channel.h
|
| @@ -13,6 +13,7 @@
|
|
|
| #include <list>
|
|
|
| +#include "webrtc/base/platform_thread.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
|
| @@ -41,7 +42,6 @@ class ProcessThread;
|
| class ReceiveStatisticsProxy;
|
| class ReportBlockStats;
|
| class RtcpRttStats;
|
| -class PlatformThread;
|
| class ViEChannelProtectionCallback;
|
| class ViERTPObserver;
|
| class VideoCodingModule;
|
| @@ -433,7 +433,7 @@ class ViEChannel : public VCMFrameTypeCallback,
|
| const rtc::scoped_ptr<RtcpBandwidthObserver> bandwidth_observer_;
|
| TransportFeedbackObserver* const transport_feedback_observer_;
|
|
|
| - rtc::scoped_ptr<PlatformThread> decode_thread_;
|
| + rtc::PlatformThread decode_thread_;
|
|
|
| int nack_history_size_sender_;
|
| int max_nack_reordering_threshold_;
|
|
|