chromium/content/browser/media/audio_stream_broker_impl.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_BROWSER_MEDIA_AUDIO_STREAM_BROKER_IMPL_H_
#define CONTENT_BROWSER_MEDIA_AUDIO_STREAM_BROKER_IMPL_H_

#include "content/public/browser/audio_stream_broker.h"

namespace content {

class AudioStreamBrokerFactoryImpl final : public AudioStreamBrokerFactory {};

}  // namespace content

#endif  // CONTENT_BROWSER_MEDIA_AUDIO_STREAM_BROKER_IMPL_H_