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

Unified Diff: media/cast/test/utility/video_utility.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/cast/test/utility/test_util.h ('k') | media/cdm/aes_decryptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/video_utility.h
diff --git a/media/cast/test/utility/video_utility.h b/media/cast/test/utility/video_utility.h
index a446a8020e40170713aac5c7e984bed8e3623a37..4987791a90fec9a6a882c6b137cdc35b65263fde 100644
--- a/media/cast/test/utility/video_utility.h
+++ b/media/cast/test/utility/video_utility.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef MEDIA_CAST_TEST_UTILITY_VIDEO_UTILITY_H_
+#define MEDIA_CAST_TEST_UTILITY_VIDEO_UTILITY_H_
+
// Utility functions for video testing.
#include "media/base/video_frame.h"
@@ -32,3 +35,5 @@ bool PopulateVideoFrameFromFile(VideoFrame* frame, FILE* video_file);
} // namespace cast
} // namespace media
+
+#endif // MEDIA_CAST_TEST_UTILITY_VIDEO_UTILITY_H_
« no previous file with comments | « media/cast/test/utility/test_util.h ('k') | media/cdm/aes_decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698