| Index: webrtc/test/video_renderer.h
 | 
| diff --git a/webrtc/test/video_renderer.h b/webrtc/test/video_renderer.h
 | 
| index c8623270a73ca46112ec61dfaaff1728bedfe8b9..3739522d7aaeaba6eac42c231c53324a04e6f3a6 100644
 | 
| --- a/webrtc/test/video_renderer.h
 | 
| +++ b/webrtc/test/video_renderer.h
 | 
| @@ -7,8 +7,8 @@
 | 
|   *  in the file PATENTS.  All contributing project authors may
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
| -#ifndef WEBRTC_VIDEO_ENGINE_TEST_COMMON_VIDEO_RENDERER_H_
 | 
| -#define WEBRTC_VIDEO_ENGINE_TEST_COMMON_VIDEO_RENDERER_H_
 | 
| +#ifndef WEBRTC_TEST_VIDEO_RENDERER_H_
 | 
| +#define WEBRTC_TEST_VIDEO_RENDERER_H_
 | 
|  
 | 
|  #include <stddef.h>
 | 
|  
 | 
| @@ -36,4 +36,4 @@ class VideoRenderer : public webrtc::VideoRenderer {
 | 
|  }  // namespace test
 | 
|  }  // namespace webrtc
 | 
|  
 | 
| -#endif  // WEBRTC_VIDEO_ENGINE_TEST_COMMON_VIDEO_RENDERER_H_
 | 
| +#endif  // WEBRTC_TEST_VIDEO_RENDERER_H_
 | 
| 
 |