| Index: webrtc/api/video/video_rotation.h | 
| diff --git a/webrtc/common_video/rotation.h b/webrtc/api/video/video_rotation.h | 
| similarity index 82% | 
| copy from webrtc/common_video/rotation.h | 
| copy to webrtc/api/video/video_rotation.h | 
| index 46a9ecc5eab132b21587fd61a0dd778857addad0..b8b27674041a2d5cc7b80221d63ebdd8beaa8e39 100644 | 
| --- a/webrtc/common_video/rotation.h | 
| +++ b/webrtc/api/video/video_rotation.h | 
| @@ -8,8 +8,8 @@ | 
| *  be found in the AUTHORS file in the root of the source tree. | 
| */ | 
|  | 
| -#ifndef WEBRTC_COMMON_VIDEO_ROTATION_H_ | 
| -#define WEBRTC_COMMON_VIDEO_ROTATION_H_ | 
| +#ifndef WEBRTC_API_VIDEO_VIDEO_ROTATION_H_ | 
| +#define WEBRTC_API_VIDEO_VIDEO_ROTATION_H_ | 
|  | 
| namespace webrtc { | 
|  | 
| @@ -23,4 +23,4 @@ enum VideoRotation { | 
|  | 
| }  // namespace webrtc | 
|  | 
| -#endif  // WEBRTC_COMMON_VIDEO_ROTATION_H_ | 
| +#endif  // WEBRTC_API_VIDEO_VIDEO_ROTATION_H_ | 
|  |