| Index: remoting/protocol/network_settings.h
|
| diff --git a/remoting/jingle_glue/network_settings.h b/remoting/protocol/network_settings.h
|
| similarity index 94%
|
| rename from remoting/jingle_glue/network_settings.h
|
| rename to remoting/protocol/network_settings.h
|
| index 1ff83eb2a92ba67f38e791dc325a12a92afd4674..304ae089f4e29887795553ee10d0d0e75adb4e8b 100644
|
| --- a/remoting/jingle_glue/network_settings.h
|
| +++ b/remoting/protocol/network_settings.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_JINGLE_GLUE_NETWORK_SETTINGS_H_
|
| -#define REMOTING_JINGLE_GLUE_NETWORK_SETTINGS_H_
|
| +#ifndef REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
|
| +#define REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
|
|
|
| #include <string>
|
|
|
| @@ -11,6 +11,7 @@
|
| #include "base/logging.h"
|
|
|
| namespace remoting {
|
| +namespace protocol {
|
|
|
| struct NetworkSettings {
|
|
|
| @@ -69,6 +70,7 @@ struct NetworkSettings {
|
| int max_port;
|
| };
|
|
|
| +} // namespace protocol
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_HOST_NETWORK_SETTINGS_H_
|
|
|