| Index: webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc b/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc
|
| index bc6ce56cb45ab57ed4a6b39d04dca87a4f23d707..780a7f7ba903d92b393a446fa854b453ad00bbd4 100644
|
| --- a/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "webrtc/modules/interface/module_common_types.h"
|
| #include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
|
| -#include "webrtc/system_wrappers/interface/atomic32.h"
|
| -#include "webrtc/system_wrappers/interface/sleep.h"
|
| +#include "webrtc/system_wrappers/include/atomic32.h"
|
| +#include "webrtc/system_wrappers/include/sleep.h"
|
| #include "webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h"
|
|
|
| using ::testing::_;
|
|
|