#ifndef CONTENT_BROWSER_PRIVATE_AGGREGATION_PRIVATE_AGGREGATION_INTERNALS_MOJOM_TEST_UTILS_H_
#define CONTENT_BROWSER_PRIVATE_AGGREGATION_PRIVATE_AGGREGATION_INTERNALS_MOJOM_TEST_UTILS_H_
#include "content/browser/private_aggregation/private_aggregation_internals.mojom.h"
#include "content/common/content_export.h"
namespace private_aggregation_internals::mojom {
class CONTENT_EXPORT ObserverInterceptorForTesting : public Observer { … };
class CONTENT_EXPORT ObserverAsyncWaiter { … };
class CONTENT_EXPORT HandlerInterceptorForTesting : public Handler { … };
class CONTENT_EXPORT HandlerAsyncWaiter { … };
class CONTENT_EXPORT FactoryInterceptorForTesting : public Factory { … };
class CONTENT_EXPORT FactoryAsyncWaiter { … };
}
#endif