// 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 |