// 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_MOCK_PRODUCT_SPECIFICATIONS_SERVICE_H_ #define COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_MOCK_PRODUCT_SPECIFICATIONS_SERVICE_H_ #include "components/commerce/core/product_specifications/product_specifications_service.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace commerce { class MockProductSpecificationsService : public ProductSpecificationsService { … }; } // namespace commerce #endif // COMPONENTS_COMMERCE_CORE_PRODUCT_SPECIFICATIONS_MOCK_PRODUCT_SPECIFICATIONS_SERVICE_H_