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

Unified Diff: remoting/protocol/network_settings.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.h ('k') | remoting/protocol/network_settings_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/protocol/network_settings.h ('k') | remoting/protocol/network_settings_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698