// 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_AUDIO_AUDIO_DEVICE_INFO_ACCESSOR_FOR_TESTS_H_ #define MEDIA_AUDIO_AUDIO_DEVICE_INFO_ACCESSOR_FOR_TESTS_H_ #include <string> #include "base/memory/raw_ptr.h" #include "media/audio/audio_device_description.h" #include "media/base/audio_parameters.h" namespace media { class AudioManager; // Accessor for protected device info-related AudioManager. To be used in media // unit tests only. class AudioDeviceInfoAccessorForTests { … }; } // namespace media #endif // MEDIA_AUDIO_AUDIO_DEVICE_INFO_ACCESSOR_FOR_TESTS_H_