| Index: webrtc/video_engine/call_stats.cc
|
| diff --git a/webrtc/video/call_stats.cc b/webrtc/video_engine/call_stats.cc
|
| similarity index 98%
|
| rename from webrtc/video/call_stats.cc
|
| rename to webrtc/video_engine/call_stats.cc
|
| index 8a2802ff546ef200f5ee573da839bd8ff2d852b8..4d5338c5fc162301796aba889ce8442c63cd4c9d 100644
|
| --- a/webrtc/video/call_stats.cc
|
| +++ b/webrtc/video_engine/call_stats.cc
|
| @@ -8,12 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/video/call_stats.h"
|
| +#include "webrtc/video_engine/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"
|
|
|