chromium/remoting/protocol/network_settings.h

// Copyright 2014 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_PROTOCOL_NETWORK_SETTINGS_H_
#define REMOTING_PROTOCOL_NETWORK_SETTINGS_H_

#include <stdint.h>

#include "base/time/time.h"
#include "remoting/base/port_range.h"
#include "remoting/base/session_policies.h"

namespace remoting::protocol {

struct NetworkSettings {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_NETWORK_SETTINGS_H_