Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: remoting/protocol/network_settings_unittest.cc

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/network_settings.cc ('k') | remoting/protocol/socket_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/protocol/network_settings.cc ('k') | remoting/protocol/socket_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698