#ifndef CHROME_SERVICES_PRINTING_PUBLIC_MOJOM_PRINT_BACKEND_SERVICE_MOJOM_TEST_UTILS_H_
#define CHROME_SERVICES_PRINTING_PUBLIC_MOJOM_PRINT_BACKEND_SERVICE_MOJOM_TEST_UTILS_H_
#include "chrome/services/printing/public/mojom/print_backend_service.mojom.h"
namespace printing::mojom {
class UnsandboxedPrintBackendHostInterceptorForTesting : public UnsandboxedPrintBackendHost { … };
class UnsandboxedPrintBackendHostAsyncWaiter { … };
class SandboxedPrintBackendHostInterceptorForTesting : public SandboxedPrintBackendHost { … };
class SandboxedPrintBackendHostAsyncWaiter { … };
class PrintBackendServiceInterceptorForTesting : public PrintBackendService { … };
class PrintBackendServiceAsyncWaiter { … };
}
#endif