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

Unified Diff: components/encrypted_media/common/encrypted_media_message_generator.h

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Componetized EncryptedMediaMessageFilter. Created 6 years, 8 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
Index: components/encrypted_media/common/encrypted_media_message_generator.h
diff --git a/components/encrypted_media/common/encrypted_media_message_generator.h b/components/encrypted_media/common/encrypted_media_message_generator.h
new file mode 100644
index 0000000000000000000000000000000000000000..a9fe76c61e8b81de31e7168fe08b63e936a58b80
--- /dev/null
+++ b/components/encrypted_media/common/encrypted_media_message_generator.h
@@ -0,0 +1,11 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Multiply-included file, no traditional include guard.
+
+#include "base/basictypes.h" // for OS_ANDROID and some basic types.
+
+#if defined(OS_ANDROID)
+#include "components/encrypted_media/common/encrypted_media_messages_android.h"
+#endif

Powered by Google App Engine
This is Rietveld 408576698