| Index: remoting/protocol/network_settings_unittest.cc
|
| diff --git a/remoting/jingle_glue/network_settings_unittest.cc b/remoting/protocol/network_settings_unittest.cc
|
| similarity index 94%
|
| rename from remoting/jingle_glue/network_settings_unittest.cc
|
| rename to remoting/protocol/network_settings_unittest.cc
|
| index 4a006364e969cc38a8122d82a8af9305282a1df9..c62c51bf6ee12dbd5d7ff3c92dc19ecb452e71ab 100644
|
| --- a/remoting/jingle_glue/network_settings_unittest.cc
|
| +++ b/remoting/protocol/network_settings_unittest.cc
|
| @@ -2,10 +2,12 @@
|
| // 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 "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace remoting {
|
| +namespace protocol {
|
|
|
| TEST(ParsePortRange, Basic) {
|
| int min, max;
|
| @@ -38,4 +40,5 @@ TEST(ParsePortRange, Basic) {
|
| EXPECT_FALSE(NetworkSettings::ParsePortRange("1foo-2bar", &min, &max));
|
| }
|
|
|
| +} // namespace protocol
|
| } // namespace remoting
|
|
|