#ifndef COMPONENTS_COMMERCE_CORE_INTERNALS_MOJOM_COMMERCE_INTERNALS_MOJOM_TEST_UTILS_H_
#define COMPONENTS_COMMERCE_CORE_INTERNALS_MOJOM_COMMERCE_INTERNALS_MOJOM_TEST_UTILS_H_
#include "components/commerce/core/internals/mojom/commerce_internals.mojom.h"
namespace commerce::mojom {
class CommerceInternalsHandlerFactoryInterceptorForTesting : public CommerceInternalsHandlerFactory { … };
class CommerceInternalsHandlerFactoryAsyncWaiter { … };
class CommerceInternalsHandlerInterceptorForTesting : public CommerceInternalsHandler { … };
class CommerceInternalsHandlerAsyncWaiter { … };
class CommerceInternalsPageInterceptorForTesting : public CommerceInternalsPage { … };
class CommerceInternalsPageAsyncWaiter { … };
}
#endif