// 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_MOCK_HELPERS_H_ #define MEDIA_CDM_MOCK_HELPERS_H_ #include <stdint.h> #include <memory> #include <string> #include "base/functional/callback.h" #include "build/build_config.h" #include "media/cdm/cdm_allocator.h" #include "media/cdm/cdm_auxiliary_helper.h" #include "media/cdm/cdm_helpers.h" #include "testing/gmock/include/gmock/gmock.h" namespace media { class MockCdmAuxiliaryHelper : public CdmAuxiliaryHelper { … }; } // namespace media #endif // MEDIA_CDM_MOCK_HELPERS_H_