#ifndef COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SERVICE_H_
#define COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SERVICE_H_
#include "base/functional/callback_forward.h"
#include "base/task/sequenced_task_runner.h"
#include "components/commerce/core/commerce_types.h"
#include "components/commerce/core/product_specifications/product_specifications_set.h"
#include "components/commerce/core/product_specifications/product_specifications_sync_bridge.h"
#include "components/keyed_service/core/keyed_service.h"
namespace commerce {
class ProductSpecificationsServiceTest;
class ProductSpecificationsService
: public KeyedService,
public ProductSpecificationsSyncBridge::Delegate { … };
}
#endif