chromium/components/commerce/core/product_specifications/product_specifications_set.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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

namespace commerce {

class ProductSpecificationsService;
class ProductSpecificationsSyncBridge;
class ProductSpecificationsSyncBridgeTest;

// Contains a set of product specifications.
class ProductSpecificationsSet {};

}  // namespace commerce

#endif  // COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_PRODUCT_SPECIFICATIONS_SET_H_