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

Unified Diff: jingle/glue/fake_ssl_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/chrome_async_socket_unittest.cc ('k') | jingle/glue/fake_ssl_client_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/fake_ssl_client_socket.h
diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/glue/fake_ssl_client_socket.h
similarity index 94%
rename from jingle/notifier/base/fake_ssl_client_socket.h
rename to jingle/glue/fake_ssl_client_socket.h
index b9df8a6765d22062e3cdc398a1628bad4755cce6..edd326720bb3b2bdc85f251a3cb0212afc225bed 100644
--- a/jingle/notifier/base/fake_ssl_client_socket.h
+++ b/jingle/glue/fake_ssl_client_socket.h
@@ -13,8 +13,8 @@
// NOTE: This StreamSocket implementation does *not* do a real SSL
// handshake nor does it do any encryption!
-#ifndef JINGLE_NOTIFIER_BASE_FAKE_SSL_CLIENT_SOCKET_H_
-#define JINGLE_NOTIFIER_BASE_FAKE_SSL_CLIENT_SOCKET_H_
+#ifndef JINGLE_GLUE_FAKE_SSL_CLIENT_SOCKET_H_
+#define JINGLE_GLUE_FAKE_SSL_CLIENT_SOCKET_H_
#include <cstddef>
@@ -32,7 +32,7 @@ class DrainableIOBuffer;
class SSLInfo;
} // namespace net
-namespace notifier {
+namespace jingle_glue {
class FakeSSLClientSocket : public net::StreamSocket {
public:
@@ -109,6 +109,6 @@ class FakeSSLClientSocket : public net::StreamSocket {
scoped_refptr<net::DrainableIOBuffer> read_buf_;
};
-} // namespace notifier
+} // namespace jingle_glue
-#endif // JINGLE_NOTIFIER_BASE_FAKE_SSL_CLIENT_SOCKET_H_
+#endif // JINGLE_GLUE_FAKE_SSL_CLIENT_SOCKET_H_
« no previous file with comments | « jingle/glue/chrome_async_socket_unittest.cc ('k') | jingle/glue/fake_ssl_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698