chromium/components/media_router/browser/media_router_factory_unittest.cc

// 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.

#include "components/media_router/browser/media_router_factory.h"

#include "content/public/test/browser_task_environment.h"
#include "content/public/test/test_browser_context.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;

namespace media_router {

class TestMediaRouterFactory : public MediaRouterFactory {};

class MediaRouterFactoryTest : public testing::Test {};

TEST_F(MediaRouterFactoryTest, NullMediaRouterForNullBrowserContext) {}

TEST_F(MediaRouterFactoryTest, NullMediaRouterWhenInstanceDoesntExist) {}

}  // namespace media_router