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

Unified Diff: jingle/glue/xmpp_client_socket_factory.h

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/resolving_client_socket_factory.h ('k') | jingle/glue/xmpp_client_socket_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/xmpp_client_socket_factory.h
diff --git a/jingle/notifier/base/xmpp_client_socket_factory.h b/jingle/glue/xmpp_client_socket_factory.h
similarity index 83%
rename from jingle/notifier/base/xmpp_client_socket_factory.h
rename to jingle/glue/xmpp_client_socket_factory.h
index 1d22e44ec9a506a43bb97307cebf98557486fa4e..4a793f06c801dcd048e48904938593e92731d05f 100644
--- a/jingle/notifier/base/xmpp_client_socket_factory.h
+++ b/jingle/glue/xmpp_client_socket_factory.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef JINGLE_NOTIFIER_BASE_XMPP_CLIENT_SOCKET_FACTORY_H_
-#define JINGLE_NOTIFIER_BASE_XMPP_CLIENT_SOCKET_FACTORY_H_
+#ifndef JINGLE_GLUE_XMPP_CLIENT_SOCKET_FACTORY_H_
+#define JINGLE_GLUE_XMPP_CLIENT_SOCKET_FACTORY_H_
#include <string>
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
-#include "jingle/notifier/base/resolving_client_socket_factory.h"
+#include "jingle/glue/resolving_client_socket_factory.h"
#include "net/base/ssl_config_service.h"
namespace net {
@@ -19,9 +19,9 @@ class HostPortPair;
class SSLClientSocket;
class StreamSocket;
class URLRequestContextGetter;
-}
+} // namespace net
-namespace notifier {
+namespace jingle_glue {
class XmppClientSocketFactory : public ResolvingClientSocketFactory {
public:
@@ -51,6 +51,6 @@ class XmppClientSocketFactory : public ResolvingClientSocketFactory {
DISALLOW_COPY_AND_ASSIGN(XmppClientSocketFactory);
};
-} // namespace notifier
+} // namespace jingle_glue
-#endif // JINGLE_NOTIFIER_BASE_XMPP_CLIENT_SOCKET_FACTORY_H_
+#endif // JINGLE_GLUE_XMPP_CLIENT_SOCKET_FACTORY_H_
« no previous file with comments | « jingle/glue/resolving_client_socket_factory.h ('k') | jingle/glue/xmpp_client_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698