// 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_OUTPUT_PROTECTION_H_ #define MEDIA_CDM_OUTPUT_PROTECTION_H_ #include <stdint.h> #include "base/functional/callback.h" #include "media/base/media_export.h" namespace media { class MEDIA_EXPORT OutputProtection { … }; } // namespace media #endif // MEDIA_CDM_OUTPUT_PROTECTION_H_