#include "remoting/proto/remote_support_service.h"
namespace remoting::internal {
RemoteSupportHostStruct::RemoteSupportHostStruct() = default;
RemoteSupportHostStruct::~RemoteSupportHostStruct() = default;
RemoteSupportHostStruct::RemoteSupportHostStruct(
const RemoteSupportHostStruct&) = default;
RemoteSupportHostStruct::RemoteSupportHostStruct(RemoteSupportHostStruct&&) =
default;
RemoteSupportHostStruct& RemoteSupportHostStruct::operator=(
const RemoteSupportHostStruct&) = default;
RemoteSupportHostStruct& RemoteSupportHostStruct::operator=(
RemoteSupportHostStruct&&) = default;
}