#ifndef UI_WEBUI_RESOURCES_CR_COMPONENTS_COMMERCE_SHOPPING_SERVICE_MOJOM_TEST_UTILS_H_
#define UI_WEBUI_RESOURCES_CR_COMPONENTS_COMMERCE_SHOPPING_SERVICE_MOJOM_TEST_UTILS_H_
#include "ui/webui/resources/cr_components/commerce/shopping_service.mojom.h"
namespace shopping_service::mojom {
class ShoppingServiceHandlerFactoryInterceptorForTesting : public ShoppingServiceHandlerFactory { … };
class ShoppingServiceHandlerFactoryAsyncWaiter { … };
class ShoppingServiceHandlerInterceptorForTesting : public ShoppingServiceHandler { … };
class ShoppingServiceHandlerAsyncWaiter { … };
class PageInterceptorForTesting : public Page { … };
class PageAsyncWaiter { … };
}
#endif