// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_CDM_RENDERER_EXTERNAL_CLEAR_KEY_KEY_SYSTEM_INFO_H_ #define COMPONENTS_CDM_RENDERER_EXTERNAL_CLEAR_KEY_KEY_SYSTEM_INFO_H_ #include <string> #include <vector> #include "build/build_config.h" #include "media/base/key_system_info.h" #include "media/media_buildflags.h" namespace cdm { // KeySystemInfo implementation for external Clear Key key systems. class ExternalClearKeyKeySystemInfo : public media::KeySystemInfo { … }; } // namespace cdm #endif // COMPONENTS_CDM_RENDERER_EXTERNAL_CLEAR_KEY_KEY_SYSTEM_INFO_H_