#ifndef CONTENT_BROWSER_TRACING_TRACE_REPORT_TRACE_REPORT_MOJOM_TEST_UTILS_H_
#define CONTENT_BROWSER_TRACING_TRACE_REPORT_TRACE_REPORT_MOJOM_TEST_UTILS_H_
#include "content/browser/tracing/trace_report/trace_report.mojom.h"
namespace trace_report::mojom {
class TraceReportHandlerFactoryInterceptorForTesting : public TraceReportHandlerFactory { … };
class TraceReportHandlerFactoryAsyncWaiter { … };
class PageHandlerInterceptorForTesting : public PageHandler { … };
class PageHandlerAsyncWaiter { … };
class PageInterceptorForTesting : public Page { … };
class PageAsyncWaiter { … };
}
#endif