#ifndef COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SET_H_
#define COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SET_H_
#include <vector>
#include "base/observer_list_types.h"
#include "base/time/time.h"
#include "base/uuid.h"
#include "components/commerce/core/commerce_types.h"
#include "components/sync/protocol/product_comparison_specifics.pb.h"
#include "url/gurl.h"
namespace {
class SingleClientProductSpecificationsSyncTest;
}
namespace commerce {
class ProductSpecificationsService;
class ProductSpecificationsSyncBridge;
class ProductSpecificationsSyncBridgeTest;
class ProductSpecificationsSet { … };
}
#endif