aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-03 07:56:33 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-03 07:56:33 +0000
commitc66aaaf921f0bab53721532bb2bf5ac76be6d860 (patch)
treefe6e8d36f225f56b72ed1988b64da9bf438be9cf /webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc
parent510dfad6365dafd49bd8c5f9b35ecc0967a90ecc (diff)
downloadwebrtc-c66aaaf921f0bab53721532bb2bf5ac76be6d860.tar.gz
Rename unit_test.{cc,h} under module_unittest.
Squelches the following Windows trybot warning: warning LNK4042: object specified more than once; extras ignored BUG= R=andrew@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1758004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4288 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc')
-rw-r--r--webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc b/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc
index 15082751ae..48afcf569d 100644
--- a/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc
+++ b/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc
@@ -13,7 +13,7 @@
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/modules/video_processing/main/interface/video_processing.h"
-#include "webrtc/modules/video_processing/main/test/unit_test/unit_test.h"
+#include "webrtc/modules/video_processing/main/test/unit_test/video_processing_unittest.h"
#include "webrtc/system_wrappers/interface/tick_util.h"
#include "webrtc/test/testsupport/fileutils.h"