| Index: webrtc/modules/video_processing/content_analysis.cc
|
| diff --git a/webrtc/modules/video_processing/main/source/content_analysis.cc b/webrtc/modules/video_processing/content_analysis.cc
|
| similarity index 99%
|
| rename from webrtc/modules/video_processing/main/source/content_analysis.cc
|
| rename to webrtc/modules/video_processing/content_analysis.cc
|
| index d29db274088da987bd1e780a2d41633fca950729..875a249f14dc7078a11a550378a73af6658096ed 100644
|
| --- a/webrtc/modules/video_processing/main/source/content_analysis.cc
|
| +++ b/webrtc/modules/video_processing/content_analysis.cc
|
| @@ -7,7 +7,7 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -#include "webrtc/modules/video_processing/main/source/content_analysis.h"
|
| +#include "webrtc/modules/video_processing/content_analysis.h"
|
|
|
| #include <math.h>
|
| #include <stdlib.h>
|
|
|