| Index: webrtc/video_engine/call_stats.cc
|
| diff --git a/webrtc/video_engine/call_stats.cc b/webrtc/video_engine/call_stats.cc
|
| index c5e890d8a78f599f29ba137106dcca8298ec8f9b..0b71cc346cd5dd15368579a0b0641245ed594ad4 100644
|
| --- a/webrtc/video_engine/call_stats.cc
|
| +++ b/webrtc/video_engine/call_stats.cc
|
| @@ -13,8 +13,8 @@
|
| #include <assert.h>
|
|
|
| #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
|
|
| namespace webrtc {
|
| namespace {
|
|
|