Chromium Code Reviews

Unified Diff: jingle/notifier/base/ssl_adapter.h

Issue 3358028: Revert r59012 which started using Chrome sockets for sync. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « jingle/notifier/base/signal_thread_task.h ('k') | jingle/notifier/base/ssl_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/ssl_adapter.h
diff --git a/remoting/jingle_glue/ssl_adapter.h b/jingle/notifier/base/ssl_adapter.h
similarity index 75%
rename from remoting/jingle_glue/ssl_adapter.h
rename to jingle/notifier/base/ssl_adapter.h
index 56b03bef3fe6397eef36cd4f849d6f2659daf287..32517cdc7644d597852c4e7525d7faa0a20153e4 100644
--- a/remoting/jingle_glue/ssl_adapter.h
+++ b/jingle/notifier/base/ssl_adapter.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_JINGLE_GLUE_SSL_ADAPTER_H_
-#define REMOTING_JINGLE_GLUE_SSL_ADAPTER_H_
+#ifndef JINGLE_NOTIFIER_BASE_SSL_ADAPTER_H_
+#define JINGLE_NOTIFIER_BASE_SSL_ADAPTER_H_
namespace talk_base {
class AsyncSocket;
class SSLAdapter;
} // namespace talk_base
-namespace remoting {
+namespace notifier {
// Wraps the given socket in a platform-dependent SSLAdapter
// implementation.
@@ -23,11 +23,11 @@ class SSLAdapterSocketFactory : public SocketFactory {
public:
virtual talk_base::SSLAdapter* CreateSSLAdapter(
talk_base::AsyncSocket* socket) {
- return ::remoting::CreateSSLAdapter(socket);
+ return ::notifier::CreateSSLAdapter(socket);
}
};
-} // namespace remoting
+} // namespace notifier
-#endif // REMOTING_JINGLE_GLUE_SSL_ADAPTER_H_
+#endif // JINGLE_NOTIFIER_BASE_SSL_ADAPTER_H_
« no previous file with comments | « jingle/notifier/base/signal_thread_task.h ('k') | jingle/notifier/base/ssl_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine