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

Unified Diff: remoting/jingle_glue/ssl_socket_adapter.cc

Issue 3300030: Removed use of XmppSocketAdapter by sync. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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/jingle_glue/ssl_socket_adapter.h ('k') | remoting/jingle_glue/xmpp_socket_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/ssl_socket_adapter.cc
diff --git a/jingle/notifier/communicator/ssl_socket_adapter.cc b/remoting/jingle_glue/ssl_socket_adapter.cc
similarity index 99%
rename from jingle/notifier/communicator/ssl_socket_adapter.cc
rename to remoting/jingle_glue/ssl_socket_adapter.cc
index cac3041fa5a713bbcd7b999c060a64741fec723b..3ea404b07e9e7001f5fd49528b4e8cf9fbfa5f18 100644
--- a/jingle/notifier/communicator/ssl_socket_adapter.cc
+++ b/remoting/jingle_glue/ssl_socket_adapter.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 "jingle/notifier/communicator/ssl_socket_adapter.h"
+#include "remoting/jingle_glue/ssl_socket_adapter.h"
#include "base/compiler_specific.h"
#include "base/message_loop.h"
@@ -13,7 +13,7 @@
#include "net/socket/client_socket_factory.h"
#include "net/url_request/url_request_context.h"
-namespace notifier {
+namespace remoting {
namespace {
@@ -383,4 +383,4 @@ void TransportSocket::OnWriteEvent(talk_base::AsyncSocket* socket) {
}
}
-} // namespace notifier
+} // namespace remoting
« no previous file with comments | « remoting/jingle_glue/ssl_socket_adapter.h ('k') | remoting/jingle_glue/xmpp_socket_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698