#ifndef COMPONENTS_COMMERCE_CORE_MOCK_SHOPPING_SERVICE_H_
#define COMPONENTS_COMMERCE_CORE_MOCK_SHOPPING_SERVICE_H_
#include <map>
#include <memory>
#include <vector>
#include "components/commerce/core/compare/product_group.h"
#include "components/commerce/core/shopping_service.h"
#include "components/commerce/core/subscriptions/commerce_subscription.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace bookmarks {
class BookmarkNode;
}
namespace commerce {
class AccountChecker;
class MockClusterManager;
class MockProductSpecificationsService;
class MockShoppingService : public commerce::ShoppingService { … };
}
#endif