// media/mojo/mojom/audio_decoder.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 MEDIA_MOJO_MOJOM_AUDIO_DECODER_MOJOM_TEST_UTILS_H_ #define MEDIA_MOJO_MOJOM_AUDIO_DECODER_MOJOM_TEST_UTILS_H_ #include "media/mojo/mojom/audio_decoder.mojom.h" namespace media::mojom { class AudioDecoderInterceptorForTesting : public AudioDecoder { … }; class AudioDecoderAsyncWaiter { … }; class AudioDecoderClientInterceptorForTesting : public AudioDecoderClient { … }; class AudioDecoderClientAsyncWaiter { … }; } // media::mojom #endif // MEDIA_MOJO_MOJOM_AUDIO_DECODER_MOJOM_TEST_UTILS_H_