// components/ml/mojom/web_platform_model.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 COMPONENTS_ML_MOJOM_WEB_PLATFORM_MODEL_MOJOM_TEST_UTILS_H_ #define COMPONENTS_ML_MOJOM_WEB_PLATFORM_MODEL_MOJOM_TEST_UTILS_H_ #include "components/ml/mojom/web_platform_model.mojom.h" namespace ml::model_loader::mojom { class ModelLoaderInterceptorForTesting : public ModelLoader { … }; class ModelLoaderAsyncWaiter { … }; class ModelInterceptorForTesting : public Model { … }; class ModelAsyncWaiter { … }; } // ml::model_loader::mojom #endif // COMPONENTS_ML_MOJOM_WEB_PLATFORM_MODEL_MOJOM_TEST_UTILS_H_