| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index ed47b57fa81ceb7cbc0cc63e1d28995b245ed682..0a3e69654e2654f32ee6ba50b48e44bf663f5de5 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -19,13 +19,13 @@
|
| #include "webrtc/config.h"
|
| #include "webrtc/modules/audio_device/include/audio_device.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/receive_statistics.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_receiver.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/receive_statistics.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_receiver.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h"
|
| -#include "webrtc/modules/utility/interface/audio_frame_operations.h"
|
| -#include "webrtc/modules/utility/interface/process_thread.h"
|
| +#include "webrtc/modules/utility/include/audio_frame_operations.h"
|
| +#include "webrtc/modules/utility/include/process_thread.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| #include "webrtc/system_wrappers/include/logging.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
|
|