| 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
|
|
|