| Index: webrtc/video/call_stats.cc
|
| diff --git a/webrtc/video_engine/call_stats.cc b/webrtc/video/call_stats.cc
|
| similarity index 98%
|
| rename from webrtc/video_engine/call_stats.cc
|
| rename to webrtc/video/call_stats.cc
|
| index 2b87d7eb6b2809dcd1a7ca4f74a3cb956edb8617..69ea1a3d789afb10fcda7c143caabac9f76a4d7f 100644
|
| --- a/webrtc/video_engine/call_stats.cc
|
| +++ b/webrtc/video/call_stats.cc
|
| @@ -8,10 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/video_engine/call_stats.h"
|
| +#include "webrtc/video/call_stats.h"
|
|
|
| #include <assert.h>
|
|
|
| +#include <algorithm>
|
| +
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| #include "webrtc/system_wrappers/include/tick_util.h"
|
|
|