| Index: webrtc/modules/video_processing/brightness_detection.cc
|
| diff --git a/webrtc/modules/video_processing/main/source/brightness_detection.cc b/webrtc/modules/video_processing/brightness_detection.cc
|
| similarity index 95%
|
| rename from webrtc/modules/video_processing/main/source/brightness_detection.cc
|
| rename to webrtc/modules/video_processing/brightness_detection.cc
|
| index bae225b3b0b0875c0b84c6575882f6fd4d2205d3..eefb7966ec79ad07ebd470c8e47c0d3b86d95095 100644
|
| --- a/webrtc/modules/video_processing/main/source/brightness_detection.cc
|
| +++ b/webrtc/modules/video_processing/brightness_detection.cc
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_processing/main/interface/video_processing.h"
|
| -#include "webrtc/modules/video_processing/main/source/brightness_detection.h"
|
| +#include "webrtc/modules/video_processing/include/video_processing.h"
|
| +#include "webrtc/modules/video_processing/brightness_detection.h"
|
|
|
| #include <math.h>
|
|
|
|
|