| Index: webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.cc b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| index 7c049b0152bb030aef6098d27142f050498caa74..ead08f12fb1bb0665ae140d06eaa9d19b2ad00b2 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| @@ -42,7 +42,7 @@
|
| #include "webrtc/modules/audio_coding/neteq/sync_buffer.h"
|
| #include "webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
|
| #include "webrtc/modules/interface/module_common_types.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
|
|
| // Modify the code to obtain backwards bit-exactness. Once bit-exactness is no
|
| // longer required, this #define should be removed (and the code that it
|
|
|