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

Unified Diff: media/blink/webmediaplayer_cast_android.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/blink/resource_multibuffer_data_provider.h ('k') | media/capture/content/animated_content_sampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_cast_android.h
diff --git a/media/blink/webmediaplayer_cast_android.h b/media/blink/webmediaplayer_cast_android.h
index 96853a0301332992b8e253178291af0146f06edb..605480bb330e7229bc9bef28c7be9687012fb448 100644
--- a/media/blink/webmediaplayer_cast_android.h
+++ b/media/blink/webmediaplayer_cast_android.h
@@ -4,8 +4,8 @@
// Delete this file when WMPI_CAST is no longer needed.
-#ifndef MEDIA_BLINK_WEBMEDIAPLAYER_CAST_H_
-#define MEDIA_BLINK_WEBMEDIAPLAYER_CAST_H_
+#ifndef MEDIA_BLINK_WEBMEDIAPLAYER_CAST_ANDROID_H_
+#define MEDIA_BLINK_WEBMEDIAPLAYER_CAST_ANDROID_H_
#include "base/memory/weak_ptr.h"
#include "media/blink/media_blink_export.h"
@@ -152,4 +152,4 @@ MEDIA_BLINK_EXPORT scoped_refptr<VideoFrame> MakeTextFrameForCast(
} // namespace media
-#endif // MEDIA_BLINK_WEBMEDIAPLAYER_CAST_H_
+#endif // MEDIA_BLINK_WEBMEDIAPLAYER_CAST_ANDROID_H_
« no previous file with comments | « media/blink/resource_multibuffer_data_provider.h ('k') | media/capture/content/animated_content_sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698