chromium/chrome/browser/media_effects/media_effects_service_factory_unittest.cc

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

#include "chrome/browser/media_effects/media_effects_service_factory.h"

#include "components/user_prefs/test/test_browser_context_with_prefs.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

class MediaEffectsServiceFactoryTest : public testing::Test {};

TEST_F(MediaEffectsServiceFactoryTest,
       GetForBrowserContext_SameProfileReturnsSameService) {}

TEST_F(MediaEffectsServiceFactoryTest,
       GetForBrowserContext_DifferentProfileReturnsDifferentService) {}

TEST_F(MediaEffectsServiceFactoryTest,
       GetForBrowserContext_IncognitoProfileReturnsDifferentService) {}