| Index: trunk/src/content/renderer/media/android/proxy_media_keys.cc
|
| ===================================================================
|
| --- trunk/src/content/renderer/media/android/proxy_media_keys.cc (revision 253672)
|
| +++ trunk/src/content/renderer/media/android/proxy_media_keys.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| int init_data_length) {
|
| // TODO(xhwang): Move these checks up to blink and DCHECK here.
|
| // See http://crbug.com/342510
|
| - CdmHostMsg_CreateSession_Type session_type;
|
| + MediaKeysHostMsg_CreateSession_Type session_type;
|
| if (content_type == "audio/mp4" || content_type == "video/mp4") {
|
| session_type = CREATE_SESSION_TYPE_MP4;
|
| } else if (content_type == "audio/webm" || content_type == "video/webm") {
|
|
|