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

Unified Diff: jingle/glue/resolving_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/proxy_resolving_client_socket_unittest.cc ('k') | jingle/glue/xmpp_client_socket_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/resolving_client_socket_factory.h
diff --git a/jingle/notifier/base/resolving_client_socket_factory.h b/jingle/glue/resolving_client_socket_factory.h
similarity index 78%
rename from jingle/notifier/base/resolving_client_socket_factory.h
rename to jingle/glue/resolving_client_socket_factory.h
index 7f5af1f165b4efeebcd1ae8ac9e0d01301dc0140..93133086e73b816ed74e9f6f2f71a1c947aef47c 100644
--- a/jingle/notifier/base/resolving_client_socket_factory.h
+++ b/jingle/glue/resolving_client_socket_factory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef JINGLE_NOTIFIER_BASE_RESOLVING_CLIENT_SOCKET_FACTORY_H_
-#define JINGLE_NOTIFIER_BASE_RESOLVING_CLIENT_SOCKET_FACTORY_H_
+#ifndef JINGLE_GLUE_RESOLVING_CLIENT_SOCKET_FACTORY_H_
+#define JINGLE_GLUE_RESOLVING_CLIENT_SOCKET_FACTORY_H_
namespace net {
@@ -11,11 +11,11 @@ class ClientSocketHandle;
class HostPortPair;
class SSLClientSocket;
class StreamSocket;
-}
+} // namespace net
// TODO(sanjeevr): Move this to net/
-namespace notifier {
+namespace jingle_glue {
// Interface for a ClientSocketFactory that creates ClientSockets that can
// resolve host names and tunnel through proxies.
@@ -31,6 +31,6 @@ class ResolvingClientSocketFactory {
const net::HostPortPair& host_and_port) = 0;
};
-} // namespace notifier
+} // namespace jingle_glue
-#endif // JINGLE_NOTIFIER_BASE_RESOLVING_CLIENT_SOCKET_FACTORY_H_
+#endif // JINGLE_GLUE_RESOLVING_CLIENT_SOCKET_FACTORY_H_
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket_unittest.cc ('k') | jingle/glue/xmpp_client_socket_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698