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

Unified Diff: jingle/glue/xmpp_client_socket_factory.cc

Issue 10817013: Move ChromeAsyncSocket to jingle/glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « jingle/glue/xmpp_client_socket_factory.h ('k') | jingle/jingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/xmpp_client_socket_factory.cc
diff --git a/jingle/notifier/base/xmpp_client_socket_factory.cc b/jingle/glue/xmpp_client_socket_factory.cc
similarity index 89%
rename from jingle/notifier/base/xmpp_client_socket_factory.cc
rename to jingle/glue/xmpp_client_socket_factory.cc
index 259408492d39b5aec7c37d897cd88a900892867d..13749e18332fcf1f465ea20573dc4dc8d8146e5b 100644
--- a/jingle/notifier/base/xmpp_client_socket_factory.cc
+++ b/jingle/glue/xmpp_client_socket_factory.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "jingle/notifier/base/xmpp_client_socket_factory.h"
+#include "jingle/glue/xmpp_client_socket_factory.h"
#include "base/logging.h"
-#include "jingle/notifier/base/fake_ssl_client_socket.h"
-#include "jingle/notifier/base/proxy_resolving_client_socket.h"
+#include "jingle/glue/fake_ssl_client_socket.h"
+#include "jingle/glue/proxy_resolving_client_socket.h"
#include "net/socket/client_socket_factory.h"
#include "net/socket/ssl_client_socket.h"
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"
-namespace notifier {
+namespace jingle_glue {
XmppClientSocketFactory::XmppClientSocketFactory(
net::ClientSocketFactory* client_socket_factory,
@@ -53,4 +53,4 @@ net::SSLClientSocket* XmppClientSocketFactory::CreateSSLClientSocket(
}
-} // namespace
+} // namespace jingle_glue
« no previous file with comments | « jingle/glue/xmpp_client_socket_factory.h ('k') | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698