chromium/chrome/browser/media/router/presentation/chrome_local_presentation_manager_factory_unittest.cc

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

#include "chrome/browser/media/router/presentation/chrome_local_presentation_manager_factory.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/browser_context.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media_router {

class ChromeLocalPresentationManagerFactoryTest : public testing::Test {};

TEST_F(ChromeLocalPresentationManagerFactoryTest, CreateForRegularProfile) {}

TEST_F(ChromeLocalPresentationManagerFactoryTest, CreateForIncognitoProfile) {}

}  // namespace media_router