| Index: webrtc/modules/audio_coding/main/test/APITest.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/APITest.cc b/webrtc/modules/audio_coding/main/test/APITest.cc
|
| index c84d3c076a4616a0733b738fb38207cdaeaadb13..1313f35332952e928b95bf5f095a9282ee8a7cf2 100644
|
| --- a/webrtc/modules/audio_coding/main/test/APITest.cc
|
| +++ b/webrtc/modules/audio_coding/main/test/APITest.cc
|
| @@ -25,10 +25,10 @@
|
| #include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/audio_coding/main/acm2/acm_common_defs.h"
|
| #include "webrtc/modules/audio_coding/main/test/utility.h"
|
| -#include "webrtc/system_wrappers/interface/event_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/thread_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| -#include "webrtc/system_wrappers/interface/trace.h"
|
| +#include "webrtc/system_wrappers/include/event_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/thread_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/trace.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
|
|
| namespace webrtc {
|
|
|