#ifndef REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_SOCKET_H_
#define REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_SOCKET_H_
#include <stddef.h>
#include <memory>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "base/threading/thread_checker.h"
namespace base {
class OneShotTimer;
class TimeDelta;
}
namespace net {
class DrainableIOBuffer;
class IOBufferWithSize;
class StreamSocket;
}
namespace remoting {
class SecurityKeySocket { … };
}
#endif