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

Unified Diff: jingle/glue/proxy_resolving_client_socket.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/fake_ssl_client_socket_unittest.cc ('k') | jingle/glue/proxy_resolving_client_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/proxy_resolving_client_socket.h
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/glue/proxy_resolving_client_socket.h
similarity index 94%
rename from jingle/notifier/base/proxy_resolving_client_socket.h
rename to jingle/glue/proxy_resolving_client_socket.h
index e2426ecdab98dcc850d0c0dcee3fdf234a59c100..99f342c0174702d4555535e3945142cf6b6bc22a 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.h
+++ b/jingle/glue/proxy_resolving_client_socket.h
@@ -5,8 +5,8 @@
// This StreamSocket implementation wraps a ClientSocketHandle that is created
// from the client socket pool after resolving proxies.
-#ifndef JINGLE_NOTIFIER_BASE_PROXY_RESOLVING_CLIENT_SOCKET_H_
-#define JINGLE_NOTIFIER_BASE_PROXY_RESOLVING_CLIENT_SOCKET_H_
+#ifndef JINGLE_GLUE_PROXY_RESOLVING_CLIENT_SOCKET_H_
+#define JINGLE_GLUE_PROXY_RESOLVING_CLIENT_SOCKET_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -29,7 +29,7 @@ class URLRequestContextGetter;
} // namespace net
// TODO(sanjeevr): Move this to net/
-namespace notifier {
+namespace jingle_glue {
class ProxyResolvingClientSocket : public net::StreamSocket {
public:
@@ -101,6 +101,6 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
net::CompletionCallback user_connect_callback_;
};
-} // namespace notifier
+} // namespace jingle_glue
-#endif // JINGLE_NOTIFIER_BASE_PROXY_RESOLVING_CLIENT_SOCKET_H_
+#endif // JINGLE_GLUE_PROXY_RESOLVING_CLIENT_SOCKET_H_
« no previous file with comments | « jingle/glue/fake_ssl_client_socket_unittest.cc ('k') | jingle/glue/proxy_resolving_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698