blob: a4754d1aa5a4a2176e46c92ddceb24381b274958 [file] [log] [blame]
// Copyright 2012 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/host/setup/host_starter.h"
namespace remoting {
HostStarter::~HostStarter() = default;
HostStarter::Params::Params() = default;
HostStarter::Params::Params(HostStarter::Params&&) = default;
HostStarter::Params& HostStarter::Params::operator=(HostStarter::Params&&) =
default;
HostStarter::Params::~Params() = default;
} // namespace remoting