Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / chrome / common / encrypted_media_messages_android.h
index 00a77d0..7d7ea8c 100644 (file)
@@ -34,13 +34,13 @@ enum SupportedCodecs {
 IPC_ENUM_TRAITS(android::SupportedCodecs)
 
 IPC_STRUCT_BEGIN(SupportedKeySystemRequest)
-  IPC_STRUCT_MEMBER(std::vector<uint8>, uuid)
+  IPC_STRUCT_MEMBER(std::string, key_system)
   IPC_STRUCT_MEMBER(android::SupportedCodecs, codecs,
                     android::NO_SUPPORTED_CODECS)
 IPC_STRUCT_END()
 
 IPC_STRUCT_BEGIN(SupportedKeySystemResponse)
-  IPC_STRUCT_MEMBER(std::vector<uint8>, uuid)
+  IPC_STRUCT_MEMBER(std::string, key_system)
   IPC_STRUCT_MEMBER(android::SupportedCodecs, compositing_codecs,
                     android::NO_SUPPORTED_CODECS)
   IPC_STRUCT_MEMBER(android::SupportedCodecs, non_compositing_codecs,