// Copyright 2013 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_BASE_FAKE_AUDIO_RENDERER_SINK_H_ #define MEDIA_BASE_FAKE_AUDIO_RENDERER_SINK_H_ #include <stdint.h> #include "base/memory/raw_ptr.h" #include "media/base/audio_parameters.h" #include "media/base/audio_renderer_sink.h" #include "media/base/output_device_info.h" namespace media { class FakeAudioRendererSink : public AudioRendererSink { … }; } // namespace media #endif // MEDIA_BASE_FAKE_AUDIO_RENDERER_SINK_H_