// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_CDM_LIBRARY_CDM_CDM_HOST_PROXY_H_ #define MEDIA_CDM_LIBRARY_CDM_CDM_HOST_PROXY_H_ #include "media/cdm/api/content_decryption_module.h" namespace media { // An interface to proxy calls to the CDM Host. class CdmHostProxy { … }; } // namespace media #endif // MEDIA_CDM_LIBRARY_CDM_CDM_HOST_PROXY_H_