#ifndef REMOTING_PROTOCOL_AUTHENTICATOR_TEST_BASE_H_
#define REMOTING_PROTOCOL_AUTHENTICATOR_TEST_BASE_H_
#include <memory>
#include <string>
#include "base/memory/scoped_refptr.h"
#include "base/test/task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace remoting {
class RsaKeyPair;
namespace protocol {
class Authenticator;
class ChannelAuthenticator;
class FakeStreamSocket;
class P2PStreamSocket;
class AuthenticatorTestBase : public testing::Test { … };
}
}
#endif