#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) { … }