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 |