| Index: webrtc/modules/video_processing/video_decimator.h
|
| diff --git a/webrtc/modules/video_processing/main/source/video_decimator.h b/webrtc/modules/video_processing/video_decimator.h
|
| similarity index 86%
|
| rename from webrtc/modules/video_processing/main/source/video_decimator.h
|
| rename to webrtc/modules/video_processing/video_decimator.h
|
| index c052c30afa7aa9f91e98178353b073fcfa5942df..9d44480dcd9be4f174682038aa7bf024163f2264 100644
|
| --- a/webrtc/modules/video_processing/main/source/video_decimator.h
|
| +++ b/webrtc/modules/video_processing/video_decimator.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_SOURCE_VIDEO_DECIMATOR_H
|
| -#define WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_SOURCE_VIDEO_DECIMATOR_H
|
| +#ifndef WEBRTC_MODULES_VIDEO_PROCESSING_VIDEO_DECIMATOR_H_
|
| +#define WEBRTC_MODULES_VIDEO_PROCESSING_VIDEO_DECIMATOR_H_
|
|
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/typedefs.h"
|
| @@ -55,4 +55,4 @@ class VPMVideoDecimator {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_SOURCE_VIDEO_DECIMATOR_H
|
| +#endif // WEBRTC_MODULES_VIDEO_PROCESSING_VIDEO_DECIMATOR_H_
|
|
|