#include "chrome/browser/commerce/product_specifications/product_specifications_service_factory.h"
#include <memory>
#include "base/files/scoped_temp_dir.h"
#include "base/test/scoped_feature_list.h"
#include "chrome/test/base/testing_profile.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
class ProductSpecificationsServiceFactoryTest : public testing::Test { … };
TEST_F(ProductSpecificationsServiceFactoryTest, TestIncognitoProfile) { … }
TEST_F(ProductSpecificationsServiceFactoryTest,
TestRegularProfileProductSpecSyncFlagOn) { … }
TEST_F(ProductSpecificationsServiceFactoryTest,
TestRegularProfileProductSpecSyncFlagOff) { … }
TEST_F(ProductSpecificationsServiceFactoryTest, TestSameProfile) { … }
TEST_F(ProductSpecificationsServiceFactoryTest, TestDifferentProfile) { … }