// pdf/mojom/pdf.mojom-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PDF_MOJOM_PDF_MOJOM_TEST_UTILS_H_ #define PDF_MOJOM_PDF_MOJOM_TEST_UTILS_H_ #include "pdf/mojom/pdf.mojom.h" namespace pdf::mojom { class PdfListenerInterceptorForTesting : public PdfListener { … }; class PdfListenerAsyncWaiter { … }; class PdfHostInterceptorForTesting : public PdfHost { … }; class PdfHostAsyncWaiter { … }; } // pdf::mojom #endif // PDF_MOJOM_PDF_MOJOM_TEST_UTILS_H_