chromium/chrome/browser/media/mirroring_service_host.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_MIRRORING_SERVICE_HOST_H_
#define CHROME_BROWSER_MEDIA_MIRRORING_SERVICE_HOST_H_

#include "components/mirroring/mojom/mirroring_service.mojom.h"
#include "url/gurl.h"

namespace mirroring {

// This class is used as an interface for starting a mirroring session through
// the Mirroring Service. Must be called on UI thread.
class MirroringServiceHost {};

// Must be called on UI thread.
class MirroringServiceHostFactory {};

}  // namespace mirroring

#endif  // CHROME_BROWSER_MEDIA_MIRRORING_SERVICE_HOST_H_