| Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| index 0ed35728e418d2b10a6a39e0f35f1becc6f991f7..0e3e87976c878686d212b90d3bc34cd1487402e9 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc
|
| @@ -15,9 +15,9 @@
|
| #include <algorithm>
|
|
|
| #include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/event_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/event_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
|
|
|
|
| bool SenderThreadFunction(void *obj)
|
|
|