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

Unified Diff: jingle/glue/proxy_resolving_client_socket.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/proxy_resolving_client_socket.h ('k') | jingle/glue/proxy_resolving_client_socket_unittest.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.cc
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.cc b/jingle/glue/proxy_resolving_client_socket.cc
similarity index 99%
rename from jingle/notifier/base/proxy_resolving_client_socket.cc
rename to jingle/glue/proxy_resolving_client_socket.cc
index eb14d5651d59bc93c62494014df69791c5fc8b4d..479a7812bffb3f45fc271a1b6ce3a2d043d6e71a 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.cc
+++ b/jingle/glue/proxy_resolving_client_socket.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 "jingle/notifier/base/proxy_resolving_client_socket.h"
+#include "jingle/glue/proxy_resolving_client_socket.h"
#include "base/basictypes.h"
#include "base/bind.h"
@@ -18,7 +18,7 @@
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"
-namespace notifier {
+namespace jingle_glue {
ProxyResolvingClientSocket::ProxyResolvingClientSocket(
net::ClientSocketFactory* socket_factory,
@@ -389,4 +389,4 @@ void ProxyResolvingClientSocket::CloseTransportSocket() {
transport_.reset();
}
-} // namespace notifier
+} // namespace jingle_glue
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.h ('k') | jingle/glue/proxy_resolving_client_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698