| Index: webrtc/video_engine/vie_channel.cc
|
| diff --git a/webrtc/video_engine/vie_channel.cc b/webrtc/video_engine/vie_channel.cc
|
| index 9140cf1510cbe97bd42d1f67a74f69edd812c764..b4e83320d8392d9ad3db9231a69a51a309096551 100644
|
| --- a/webrtc/video_engine/vie_channel.cc
|
| +++ b/webrtc/video_engine/vie_channel.cc
|
| @@ -21,9 +21,9 @@
|
| #include "webrtc/frame_callback.h"
|
| #include "webrtc/modules/pacing/include/paced_sender.h"
|
| #include "webrtc/modules/pacing/include/packet_router.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_receiver.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
|
| -#include "webrtc/modules/utility/interface/process_thread.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_receiver.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
|
| +#include "webrtc/modules/utility/include/process_thread.h"
|
| #include "webrtc/modules/video_coding/main/interface/video_coding.h"
|
| #include "webrtc/modules/video_processing/main/interface/video_processing.h"
|
| #include "webrtc/modules/video_render/include/video_render_defines.h"
|
|
|