chromium/remoting/client/connect_to_host_info.h

// Copyright 2017 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_CLIENT_CONNECT_TO_HOST_INFO_H_
#define REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_

#include <string>

#include "remoting/base/chromoting_event.h"

namespace remoting {

struct ConnectToHostInfo {};

}  // namespace remoting

#endif  // REMOTING_CLIENT_CONNECT_TO_HOST_INFO_H_