// ipc/ipc.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 IPC_IPC_MOJOM_TEST_UTILS_H_ #define IPC_IPC_MOJOM_TEST_UTILS_H_ #include "ipc/ipc.mojom.h" #include "base/component_export.h" namespace IPC::mojom { class COMPONENT_EXPORT(IPC_MOJOM) ChannelInterceptorForTesting : public Channel { … }; class COMPONENT_EXPORT(IPC_MOJOM) ChannelAsyncWaiter { … }; class COMPONENT_EXPORT(IPC_MOJOM) ChannelBootstrapInterceptorForTesting : public ChannelBootstrap { … }; class COMPONENT_EXPORT(IPC_MOJOM) ChannelBootstrapAsyncWaiter { … }; } // IPC::mojom #endif // IPC_IPC_MOJOM_TEST_UTILS_H_