chromium/components/commerce/core/compare/candidate_product.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_COMPARE_CANDIDATE_PRODUCT_H_
#define COMPONENTS_COMMERCE_CORE_COMPARE_CANDIDATE_PRODUCT_H_

#include <set>

#include "components/commerce/core/commerce_types.h"
#include "components/commerce/core/proto/product_category.pb.h"
#include "url/gurl.h"

namespace commerce {
// The data structure to store data for one product that is in a open tab but
// not in any existing product group yet.
struct CandidateProduct {};
}  // namespace commerce

#endif  // COMPONENTS_COMMERCE_CORE_COMPARE_CANDIDATE_PRODUCT_H_