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

Unified Diff: jingle/glue/chrome_async_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 | « no previous file | jingle/glue/chrome_async_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/chrome_async_socket.h
diff --git a/jingle/notifier/base/chrome_async_socket.h b/jingle/glue/chrome_async_socket.h
similarity index 96%
rename from jingle/notifier/base/chrome_async_socket.h
rename to jingle/glue/chrome_async_socket.h
index 8cf8e8da6228ebe6cf8ac5844abca2fadfc0ca27..1037d24c00b9cdbebf18461ae99eba1e492ea427 100644
--- a/jingle/notifier/base/chrome_async_socket.h
+++ b/jingle/glue/chrome_async_socket.h
@@ -4,8 +4,8 @@
//
// An implementation of buzz::AsyncSocket that uses Chrome sockets.
-#ifndef JINGLE_NOTIFIER_BASE_CHROME_ASYNC_SOCKET_H_
-#define JINGLE_NOTIFIER_BASE_CHROME_ASYNC_SOCKET_H_
+#ifndef JINGLE_GLUE_CHROME_ASYNC_SOCKET_H_
+#define JINGLE_GLUE_CHROME_ASYNC_SOCKET_H_
#if !defined(FEATURE_ENABLE_SSL)
#error ChromeAsyncSocket expects FEATURE_ENABLE_SSL to be defined
@@ -21,14 +21,14 @@
#include "base/memory/weak_ptr.h"
#include "net/base/completion_callback.h"
#include "net/base/net_errors.h"
-#include "talk/xmpp/asyncsocket.h"
+#include "third_party/libjingle/source/talk/xmpp/asyncsocket.h"
namespace net {
class IOBufferWithSize;
class StreamSocket;
} // namespace net
-namespace notifier {
+namespace jingle_glue {
class ResolvingClientSocketFactory;
@@ -208,6 +208,6 @@ class ChromeAsyncSocket : public buzz::AsyncSocket {
DISALLOW_COPY_AND_ASSIGN(ChromeAsyncSocket);
};
-} // namespace notifier
+} // namespace jingle_glue
-#endif // JINGLE_NOTIFIER_BASE_CHROME_ASYNC_SOCKET_H_
+#endif // JINGLE_GLUE_CHROME_ASYNC_SOCKET_H_
« no previous file with comments | « no previous file | jingle/glue/chrome_async_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698