chromium/chrome/browser/media/cast_mirroring_service_host_factory.h

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

#ifndef CHROME_BROWSER_MEDIA_CAST_MIRRORING_SERVICE_HOST_FACTORY_H_
#define CHROME_BROWSER_MEDIA_CAST_MIRRORING_SERVICE_HOST_FACTORY_H_

#include "base/no_destructor.h"
#include "chrome/browser/media/mirroring_service_host.h"

namespace mirroring {

class CastMirroringServiceHostFactory : public MirroringServiceHostFactory {};

}  // namespace mirroring

#endif  // CHROME_BROWSER_MEDIA_CAST_MIRRORING_SERVICE_HOST_FACTORY_H_