| Index: remoting/protocol/network_settings.cc
|
| diff --git a/remoting/jingle_glue/network_settings.cc b/remoting/protocol/network_settings.cc
|
| similarity index 93%
|
| rename from remoting/jingle_glue/network_settings.cc
|
| rename to remoting/protocol/network_settings.cc
|
| index d3e464c9f1d4379a414761312f4711163e230673..67db2679404474e3f39c8a3b01c1d1efeca5207f 100644
|
| --- a/remoting/jingle_glue/network_settings.cc
|
| +++ b/remoting/protocol/network_settings.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/jingle_glue/network_settings.h"
|
| +#include "remoting/protocol/network_settings.h"
|
|
|
| #include <limits.h>
|
| #include <stdlib.h>
|
| @@ -11,6 +11,7 @@
|
| #include "base/strings/string_util.h"
|
|
|
| namespace remoting {
|
| +namespace protocol {
|
|
|
| // static
|
| bool NetworkSettings::ParsePortRange(const std::string& port_range,
|
| @@ -42,4 +43,5 @@ namespace remoting {
|
| return true;
|
| }
|
|
|
| +} // namespace protocol
|
| } // namespace remoting
|
|
|