| Index: webrtc/voice_engine/voe_neteq_stats_impl.cc
|
| diff --git a/webrtc/voice_engine/voe_neteq_stats_impl.cc b/webrtc/voice_engine/voe_neteq_stats_impl.cc
|
| index 0118fd07fa47ff3d7a947e8be40182d3f41d7899..a30620d961b6db039464ec3652b85d70c76caa96 100644
|
| --- a/webrtc/voice_engine/voe_neteq_stats_impl.cc
|
| +++ b/webrtc/voice_engine/voe_neteq_stats_impl.cc
|
| @@ -11,8 +11,8 @@
|
| #include "webrtc/voice_engine/voe_neteq_stats_impl.h"
|
|
|
| #include "webrtc/modules/audio_coding/main/interface/audio_coding_module.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/trace.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/trace.h"
|
| #include "webrtc/voice_engine/channel.h"
|
| #include "webrtc/voice_engine/include/voe_errors.h"
|
| #include "webrtc/voice_engine/voice_engine_impl.h"
|
|
|