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

Unified Diff: jingle/glue/chrome_async_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/chrome_async_socket.h ('k') | jingle/glue/chrome_async_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/chrome_async_socket.cc
diff --git a/jingle/notifier/base/chrome_async_socket.cc b/jingle/glue/chrome_async_socket.cc
similarity index 98%
rename from jingle/notifier/base/chrome_async_socket.cc
rename to jingle/glue/chrome_async_socket.cc
index ca2fde4c01a6389df3eb2791267d99f25416aacc..667ec7db1c831f0ce681bbf4e5f30e1ccd8704b7 100644
--- a/jingle/notifier/base/chrome_async_socket.cc
+++ b/jingle/glue/chrome_async_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/chrome_async_socket.h"
+#include "jingle/glue/chrome_async_socket.h"
#include <algorithm>
#include <cstring>
@@ -13,7 +13,7 @@
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/message_loop.h"
-#include "jingle/notifier/base/resolving_client_socket_factory.h"
+#include "jingle/glue/resolving_client_socket_factory.h"
#include "net/base/address_list.h"
#include "net/base/host_port_pair.h"
#include "net/base/io_buffer.h"
@@ -22,9 +22,9 @@
#include "net/socket/client_socket_handle.h"
#include "net/socket/ssl_client_socket.h"
#include "net/socket/tcp_client_socket.h"
-#include "talk/base/socketaddress.h"
+#include "third_party/libjingle/source/talk/base/socketaddress.h"
-namespace notifier {
+namespace jingle_glue {
ChromeAsyncSocket::ChromeAsyncSocket(
ResolvingClientSocketFactory* resolving_client_socket_factory,
@@ -447,4 +447,4 @@ void ChromeAsyncSocket::ProcessSSLConnectDone(int status) {
SignalSSLConnected();
}
-} // namespace notifier
+} // namespace jingle_glue
« no previous file with comments | « jingle/glue/chrome_async_socket.h ('k') | jingle/glue/chrome_async_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698