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

Unified Diff: content/common/media/encrypted_media_messages_android.h

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/common/media/encrypted_media_messages_android.h
diff --git a/chrome/common/encrypted_media_messages_android.h b/content/common/media/encrypted_media_messages_android.h
similarity index 90%
rename from chrome/common/encrypted_media_messages_android.h
rename to content/common/media/encrypted_media_messages_android.h
index c18cda5cca949f58a986fefd8b3837ab4f86570f..1a514f33606e8829108eefcdb0a99ed09b564fb1 100644
--- a/chrome/common/encrypted_media_messages_android.h
+++ b/content/common/media/encrypted_media_messages_android.h
@@ -10,8 +10,8 @@
#include "ipc/ipc_message_macros.h"
// Singly-included section for enums and custom IPC traits.
-#ifndef CHROME_COMMON_ENCRYPTED_MEDIA_MESSAGES_ANDROID_H
-#define CHROME_COMMON_ENCRYPTED_MEDIA_MESSAGES_ANDROID_H
+#ifndef CONTENT_COMMON_MEDIA_ENCRYPTED_MEDIA_MESSAGES_ANDROID_H
+#define CONTENT_COMMON_MEDIA_ENCRYPTED_MEDIA_MESSAGES_ANDROID_H
namespace android {
@@ -31,7 +31,7 @@ enum SupportedCodecs {
} // namespace android
-#endif // CHROME_COMMON_ENCRYPTED_MEDIA_MESSAGES_ANDROID_H
+#endif // CONTENT_COMMON_MEDIA_ENCRYPTED_MEDIA_MESSAGES_ANDROID_H
#define IPC_MESSAGE_START EncryptedMediaMsgStart

Powered by Google App Engine
This is Rietveld 408576698