| Index: media/gpu/vt_video_decode_accelerator_mac.h
|
| diff --git a/media/gpu/vt_video_decode_accelerator_mac.h b/media/gpu/vt_video_decode_accelerator_mac.h
|
| index fdcae95659dd0dbe9ce20dfbbf9151fb1178e23a..2404ea55baa00c01f00e1842d551d4efe1fca981 100644
|
| --- a/media/gpu/vt_video_decode_accelerator_mac.h
|
| +++ b/media/gpu/vt_video_decode_accelerator_mac.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_MEDIA_VT_VIDEO_DECODE_ACCELERATOR_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_VT_VIDEO_DECODE_ACCELERATOR_H_
|
| +#ifndef MEDIA_GPU_VT_VIDEO_DECODE_ACCELERATOR_MAC_H_
|
| +#define MEDIA_GPU_VT_VIDEO_DECODE_ACCELERATOR_MAC_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -275,4 +275,4 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
|
|
| } // namespace media
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_VT_VIDEO_DECODE_ACCELERATOR_H_
|
| +#endif // MEDIA_GPU_VT_VIDEO_DECODE_ACCELERATOR_MAC_H_
|
|
|