chromium/components/commerce/core/mock_cluster_manager.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_MOCK_CLUSTER_MANAGER_H_
#define COMPONENTS_COMMERCE_CORE_MOCK_CLUSTER_MANAGER_H_

#include "components/commerce/core/commerce_types.h"
#include "components/commerce/core/compare/cluster_manager.h"
#include "components/commerce/core/compare/product_group.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace commerce {

class ProductSpecificationsService;

class MockClusterManager : public ClusterManager {};
}  // namespace commerce

#endif  // COMPONENTS_COMMERCE_CORE_MOCK_CLUSTER_MANAGER_H_