// Copyright 2012 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_MOCK_AUDIO_RENDERER_SINK_H_ #define MEDIA_BASE_MOCK_AUDIO_RENDERER_SINK_H_ #include <string> #include "base/memory/raw_ptr.h" #include "media/base/audio_parameters.h" #include "media/base/audio_renderer_sink.h" #include "testing/gmock/include/gmock/gmock.h" namespace media { class MockAudioRendererSink : public SwitchableAudioRendererSink { … }; } // namespace media #endif // MEDIA_BASE_MOCK_AUDIO_RENDERER_SINK_H_