| Index: remoting/protocol/network_settings.h
|
| diff --git a/remoting/host/network_settings.h b/remoting/protocol/network_settings.h
|
| similarity index 91%
|
| rename from remoting/host/network_settings.h
|
| rename to remoting/protocol/network_settings.h
|
| index 3c1ed97d2abc599758e7c0e32ac72d7c3857d4cd..b1f98eb4e733c89fa910e8b647acdf6b82fb091f 100644
|
| --- a/remoting/host/network_settings.h
|
| +++ b/remoting/protocol/network_settings.h
|
| @@ -2,11 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_NETWORK_SETTINGS_H_
|
| -#define REMOTING_HOST_NETWORK_SETTINGS_H_
|
| +#ifndef REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
|
| +#define REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
|
|
|
| namespace remoting {
|
|
|
| +namespace protocol {
|
| +
|
| struct NetworkSettings {
|
|
|
| // When hosts are configured with NAT traversal disabled they will
|
| @@ -49,6 +51,8 @@ struct NetworkSettings {
|
| int max_port;
|
| };
|
|
|
| +} // namespace protocol
|
| +
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_HOST_NETWORK_SETTINGS_H_
|
|
|