| Index: webrtc/video/overuse_frame_detector.cc
|
| diff --git a/webrtc/video_engine/overuse_frame_detector.cc b/webrtc/video/overuse_frame_detector.cc
|
| similarity index 99%
|
| rename from webrtc/video_engine/overuse_frame_detector.cc
|
| rename to webrtc/video/overuse_frame_detector.cc
|
| index 264bedd9b3741c3b219b90e7c812a4c2f8d0bf63..db58266e38b994fad56a0ac4974a990a00122a0d 100644
|
| --- a/webrtc/video_engine/overuse_frame_detector.cc
|
| +++ b/webrtc/video/overuse_frame_detector.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/video_engine/overuse_frame_detector.h"
|
| +#include "webrtc/video/overuse_frame_detector.h"
|
|
|
| #include <assert.h>
|
| #include <math.h>
|
|
|