blob: 4b4a87dfea6a8e5b6b2d2176e029a97213bf29ba [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#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;
} // namespace remoting::internal