Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2199)

Unified Diff: webrtc/modules/video_processing/brightness_detection.cc

Issue 1410663004: modules/video_processing: refactor interface->include + more. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « webrtc/modules/video_processing/brightness_detection.h ('k') | webrtc/modules/video_processing/content_analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698