#ifndef MEDIA_MOJO_MOJOM_REMOTING_MOJOM_TEST_UTILS_H_
#define MEDIA_MOJO_MOJOM_REMOTING_MOJOM_TEST_UTILS_H_
#include "media/mojo/mojom/remoting.mojom.h"
namespace media::mojom {
class RemoterFactoryInterceptorForTesting : public RemoterFactory { … };
class RemoterFactoryAsyncWaiter { … };
class RemotingDataStreamSenderInterceptorForTesting : public RemotingDataStreamSender { … };
class RemotingDataStreamSenderAsyncWaiter { … };
class RemoterInterceptorForTesting : public Remoter { … };
class RemoterAsyncWaiter { … };
class RemotingSourceInterceptorForTesting : public RemotingSource { … };
class RemotingSourceAsyncWaiter { … };
class RemoteeInterceptorForTesting : public Remotee { … };
class RemoteeAsyncWaiter { … };
class RemotingSinkInterceptorForTesting : public RemotingSink { … };
class RemotingSinkAsyncWaiter { … };
class RemotingDataStreamReceiverInterceptorForTesting : public RemotingDataStreamReceiver { … };
class RemotingDataStreamReceiverAsyncWaiter { … };
}
#endif