| Index: webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc b/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
|
| index 9574646f8034fea832877801cf0b663650667ba5..14dca27d1cb81f3c936072f626b2515cc1c730f7 100644
|
| --- a/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
|
| @@ -8,9 +8,9 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/system_wrappers/interface/atomic32.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/event_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/atomic32.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/event_wrapper.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
| #include "webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.h"
|
| #include "webrtc/voice_engine/test/auto_test/voe_standard_test.h"
|
|
|