#ifndef COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_MOJOM_TEST_UTILS_H_
#define COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_MOJOM_TEST_UTILS_H_
#include "components/content_capture/common/content_capture.mojom.h"
namespace content_capture::mojom {
class ContentCaptureReceiverInterceptorForTesting : public ContentCaptureReceiver { … };
class ContentCaptureReceiverAsyncWaiter { … };
class ContentCaptureSenderInterceptorForTesting : public ContentCaptureSender { … };
class ContentCaptureSenderAsyncWaiter { … };
}
#endif