| Index: webrtc/modules/video_processing/frame_preprocessor.h | 
| diff --git a/webrtc/modules/video_processing/main/source/frame_preprocessor.h b/webrtc/modules/video_processing/frame_preprocessor.h | 
| similarity index 79% | 
| rename from webrtc/modules/video_processing/main/source/frame_preprocessor.h | 
| rename to webrtc/modules/video_processing/frame_preprocessor.h | 
| index 895e457cc604136206406f028feab614384ee399..c5313b406680b6768d374ce849909ed9830028df 100644 | 
| --- a/webrtc/modules/video_processing/main/source/frame_preprocessor.h | 
| +++ b/webrtc/modules/video_processing/frame_preprocessor.h | 
| @@ -11,13 +11,13 @@ | 
| /* | 
| * frame_preprocessor.h | 
| */ | 
| -#ifndef WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_SOURCE_FRAME_PREPROCESSOR_H | 
| -#define WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_SOURCE_FRAME_PREPROCESSOR_H | 
| +#ifndef WEBRTC_MODULES_VIDEO_PROCESSING_FRAME_PREPROCESSOR_H_ | 
| +#define WEBRTC_MODULES_VIDEO_PROCESSING_FRAME_PREPROCESSOR_H_ | 
|  | 
| -#include "webrtc/modules/video_processing/main/interface/video_processing.h" | 
| -#include "webrtc/modules/video_processing/main/source/content_analysis.h" | 
| -#include "webrtc/modules/video_processing/main/source/spatial_resampler.h" | 
| -#include "webrtc/modules/video_processing/main/source/video_decimator.h" | 
| +#include "webrtc/modules/video_processing/include/video_processing.h" | 
| +#include "webrtc/modules/video_processing/content_analysis.h" | 
| +#include "webrtc/modules/video_processing/spatial_resampler.h" | 
| +#include "webrtc/modules/video_processing/video_decimator.h" | 
| #include "webrtc/typedefs.h" | 
|  | 
| namespace webrtc { | 
| @@ -76,4 +76,4 @@ class VPMFramePreprocessor { | 
|  | 
| }  // namespace webrtc | 
|  | 
| -#endif // WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_SOURCE_FRAME_PREPROCESSOR_H | 
| +#endif // WEBRTC_MODULES_VIDEO_PROCESSING_FRAME_PREPROCESSOR_H_ | 
|  |