chromium/remoting/host/it2me/reconnect_params.h

// Copyright 2023 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_IT2ME_RECONNECT_PARAMS_H_
#define REMOTING_HOST_IT2ME_RECONNECT_PARAMS_H_

#include <string>

#include "base/values.h"

namespace remoting {

struct ReconnectParams {};

}  // namespace remoting

#endif  // REMOTING_HOST_IT2ME_RECONNECT_PARAMS_H_