#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 { … };
}
#endif