Chromium Code Reviews| 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..c1fc07825dedb2f37b438948528d8c306e94f1ea 100644 |
| --- a/webrtc/modules/video_processing/main/source/brightness_detection.h |
| +++ b/webrtc/modules/video_processing/brightness_detection.h |
| @@ -8,12 +8,9 @@ |
| * 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" |
|
stefan-webrtc
2015/11/16 19:05:08
Newline above.
kjellander_webrtc
2015/11/16 19:59:15
Done.
|
| #include "webrtc/typedefs.h" |
| namespace webrtc { |
| @@ -34,4 +31,4 @@ class VPMBrightnessDetection { |
| } // namespace webrtc |
| -#endif // MODULES_VIDEO_PROCESSING_MAIN_SOURCE_BRIGHTNESS_DETECTION_H |
| +#endif // WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_ |