// 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. #ifndef REMOTING_HOST_SETUP_HOST_STARTER_H_ #define REMOTING_HOST_SETUP_HOST_STARTER_H_ #include <string> #include "base/functional/callback.h" namespace remoting { // An interface used to interact with a helper class which registers and starts // a remote access host instance. class HostStarter { … }; } // namespace remoting #endif // REMOTING_HOST_SETUP_HOST_STARTER_H_