Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / media / cdm / ppapi / external_clear_key / clear_key_cdm_common.h
blob0c70c7d0a9be1ee7c8a311d506978cce84eaa5d6
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MEDIA_CDM_PPAPI_EXTERNAL_CLEAR_KEY_CLEAR_KEY_CDM_COMMON_H_
6 #define MEDIA_CDM_PPAPI_EXTERNAL_CLEAR_KEY_CLEAR_KEY_CDM_COMMON_H_
8 #include "media/cdm/ppapi/api/content_decryption_module.h"
10 namespace media {
12 // Aliases for the version of the interfaces that this CDM implements.
13 typedef cdm::ContentDecryptionModule_8 ClearKeyCdmInterface;
14 typedef ClearKeyCdmInterface::Host ClearKeyCdmHost;
16 } // namespace media
18 #endif // MEDIA_CDM_PPAPI_EXTERNAL_CLEAR_KEY_CLEAR_KEY_CDM_COMMON_H_