chromium/remoting/protocol/pairing_client_authenticator.h

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_PROTOCOL_PAIRING_CLIENT_AUTHENTICATOR_H_
#define REMOTING_PROTOCOL_PAIRING_CLIENT_AUTHENTICATOR_H_

#include "base/memory/weak_ptr.h"
#include "remoting/protocol/client_authentication_config.h"
#include "remoting/protocol/pairing_authenticator_base.h"

namespace remoting::protocol {

class PairingClientAuthenticator : public PairingAuthenticatorBase {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_PAIRING_CLIENT_AUTHENTICATOR_H_