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_ |