chromium/chrome/browser/media/router/providers/cast/mock_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_ROUTER_PROVIDERS_CAST_MOCK_MIRRORING_SERVICE_HOST_H_
#define CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_CAST_MOCK_MIRRORING_SERVICE_HOST_H_

#include "chrome/browser/media/mirroring_service_host.h"
#include "components/mirroring/mojom/session_parameters.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace media_router {

class MockMirroringServiceHost : public mirroring::MirroringServiceHost {};

}  // namespace media_router

#endif  // CHROME_BROWSER_MEDIA_ROUTER_PROVIDERS_CAST_MOCK_MIRRORING_SERVICE_HOST_H_