| Index: webrtc/voice_engine/voe_hardware_impl.cc
|
| diff --git a/webrtc/voice_engine/voe_hardware_impl.cc b/webrtc/voice_engine/voe_hardware_impl.cc
|
| index 9acbb5d9b3490a30a354fb9130205e0ffe2dba95..30eb418ac904436ee2250aa8351414092006f1ca 100644
|
| --- a/webrtc/voice_engine/voe_hardware_impl.cc
|
| +++ b/webrtc/voice_engine/voe_hardware_impl.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include <assert.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/include/voe_errors.h"
|
| #include "webrtc/voice_engine/voice_engine_impl.h"
|
|
|
|
|