| Index: webrtc/modules/video_processing/brightness_detection.h
|
| diff --git a/webrtc/modules/video_processing/main/source/brightness_detection.h b/webrtc/modules/video_processing/brightness_detection.h
|
| similarity index 71%
|
| rename from webrtc/modules/video_processing/main/source/brightness_detection.h
|
| rename to webrtc/modules/video_processing/brightness_detection.h
|
| index 48532b4a20ccd2eb3371d4208401e627603acfd7..7c21b512f0add7fc9200b1488ffc340eb64b80ae 100644
|
| --- a/webrtc/modules/video_processing/main/source/brightness_detection.h
|
| +++ b/webrtc/modules/video_processing/brightness_detection.h
|
| @@ -8,12 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -/*
|
| - * brightness_detection.h
|
| - */
|
| -#ifndef MODULES_VIDEO_PROCESSING_MAIN_SOURCE_BRIGHTNESS_DETECTION_H
|
| -#define MODULES_VIDEO_PROCESSING_MAIN_SOURCE_BRIGHTNESS_DETECTION_H
|
| -#include "webrtc/modules/video_processing/main/interface/video_processing.h"
|
| +#ifndef WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_
|
| +#define WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_
|
| +
|
| +#include "webrtc/modules/video_processing/include/video_processing.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| @@ -34,4 +32,4 @@ class VPMBrightnessDetection {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // MODULES_VIDEO_PROCESSING_MAIN_SOURCE_BRIGHTNESS_DETECTION_H
|
| +#endif // WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_
|
|
|