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

Unified Diff: remoting/protocol/chromium_socket_factory.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/chromium_socket_factory.h ('k') | remoting/protocol/chromium_socket_factory_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/chromium_socket_factory.cc
diff --git a/remoting/jingle_glue/chromium_socket_factory.cc b/remoting/protocol/chromium_socket_factory.cc
similarity index 98%
rename from remoting/jingle_glue/chromium_socket_factory.cc
rename to remoting/protocol/chromium_socket_factory.cc
index 09e45f4519ca0730343ceffa65e0bf3d11deaf7f..c7c53a78d51dce9cda66a49ef2edf825096ac2ff 100644
--- a/remoting/jingle_glue/chromium_socket_factory.cc
+++ b/remoting/protocol/chromium_socket_factory.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/chromium_socket_factory.h"
+#include "remoting/protocol/chromium_socket_factory.h"
#include "base/bind.h"
#include "base/logging.h"
@@ -12,11 +12,12 @@
#include "net/base/ip_endpoint.h"
#include "net/base/net_errors.h"
#include "net/udp/udp_server_socket.h"
-#include "remoting/jingle_glue/socket_util.h"
+#include "remoting/protocol/socket_util.h"
#include "third_party/libjingle/source/talk/base/asyncpacketsocket.h"
#include "third_party/libjingle/source/talk/base/nethelpers.h"
namespace remoting {
+namespace protocol {
namespace {
@@ -392,4 +393,5 @@ ChromiumPacketSocketFactory::CreateAsyncResolver() {
return new talk_base::AsyncResolver();
}
+} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/chromium_socket_factory.h ('k') | remoting/protocol/chromium_socket_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698