Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: media/gpu/vt_video_decode_accelerator_mac.h

Issue 2010793003: Clean up media header include guards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update references to the param traits guard Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/gpu/vt_mac.h ('k') | media/mojo/services/media_mojo_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « media/gpu/vt_mac.h ('k') | media/mojo/services/media_mojo_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698