#ifndef REMOTING_PROTOCOL_CONNECTION_TESTER_H_
#define REMOTING_PROTOCOL_CONNECTION_TESTER_H_
#include <memory>
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/scoped_refptr.h"
#include "base/run_loop.h"
#include "remoting/protocol/message_pipe.h"
namespace net {
class DrainableIOBuffer;
class GrowableIOBuffer;
}
namespace remoting {
class CompoundBuffer;
class VideoPacket;
namespace protocol {
class P2PStreamSocket;
class StreamConnectionTester { … };
class MessagePipeConnectionTester : public MessagePipe::EventHandler { … };
}
}
#endif