#ifndef COMPONENTS_PRINTING_COMMON_PRINT_MOJOM_TEST_UTILS_H_
#define COMPONENTS_PRINTING_COMMON_PRINT_MOJOM_TEST_UTILS_H_
#include "components/printing/common/print.mojom.h"
namespace printing::mojom {
class PrintPreviewUIInterceptorForTesting : public PrintPreviewUI { … };
class PrintPreviewUIAsyncWaiter { … };
class PrintRenderFrameInterceptorForTesting : public PrintRenderFrame { … };
class PrintRenderFrameAsyncWaiter { … };
class PrintManagerHostInterceptorForTesting : public PrintManagerHost { … };
class PrintManagerHostAsyncWaiter { … };
}
#endif