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

Unified Diff: jingle/notifier/communicator/ssl_socket_adapter.cc

Issue 3358028: Revert r59012 which started using Chrome sockets for sync. (Closed) Base URL: http://src.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
Index: jingle/notifier/communicator/ssl_socket_adapter.cc
diff --git a/remoting/jingle_glue/ssl_socket_adapter.cc b/jingle/notifier/communicator/ssl_socket_adapter.cc
similarity index 99%
rename from remoting/jingle_glue/ssl_socket_adapter.cc
rename to jingle/notifier/communicator/ssl_socket_adapter.cc
index 3ea404b07e9e7001f5fd49528b4e8cf9fbfa5f18..cac3041fa5a713bbcd7b999c060a64741fec723b 100644
--- a/remoting/jingle_glue/ssl_socket_adapter.cc
+++ b/jingle/notifier/communicator/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 "remoting/jingle_glue/ssl_socket_adapter.h"
+#include "jingle/notifier/communicator/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 remoting {
+namespace notifier {
namespace {
@@ -383,4 +383,4 @@ void TransportSocket::OnWriteEvent(talk_base::AsyncSocket* socket) {
}
}
-} // namespace remoting
+} // namespace notifier
« no previous file with comments | « jingle/notifier/communicator/ssl_socket_adapter.h ('k') | jingle/notifier/communicator/xmpp_connection_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698