// mojo/public/mojom/base/binder.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 MOJO_PUBLIC_MOJOM_BASE_BINDER_MOJOM_TEST_UTILS_H_ #define MOJO_PUBLIC_MOJOM_BASE_BINDER_MOJOM_TEST_UTILS_H_ #include "mojo/public/mojom/base/binder.mojom.h" #include "base/component_export.h" namespace mojo_base::mojom { class COMPONENT_EXPORT(MOJO_BASE_MOJOM) BinderInterceptorForTesting : public Binder { … }; class COMPONENT_EXPORT(MOJO_BASE_MOJOM) BinderAsyncWaiter { … }; } // mojo_base::mojom #endif // MOJO_PUBLIC_MOJOM_BASE_BINDER_MOJOM_TEST_UTILS_H_