| Index: webrtc/modules/video_processing/test/deflickering_test.cc | 
| diff --git a/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc b/webrtc/modules/video_processing/test/deflickering_test.cc | 
| similarity index 95% | 
| rename from webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc | 
| rename to webrtc/modules/video_processing/test/deflickering_test.cc | 
| index 83d09ef486c395a391b4a53603384442534e1ed2..489f04720d9f311c23397410a73802d24c1e53e0 100644 | 
| --- a/webrtc/modules/video_processing/main/test/unit_test/deflickering_test.cc | 
| +++ b/webrtc/modules/video_processing/test/deflickering_test.cc | 
| @@ -12,8 +12,8 @@ | 
| #include <stdlib.h> | 
|  | 
| #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/video_processing_unittest.h" | 
| +#include "webrtc/modules/video_processing/include/video_processing.h" | 
| +#include "webrtc/modules/video_processing/test/video_processing_unittest.h" | 
| #include "webrtc/system_wrappers/include/tick_util.h" | 
| #include "webrtc/test/testsupport/fileutils.h" | 
| #include "webrtc/test/testsupport/gtest_disable.h" | 
|  |